JobStepCollection.Parent Property

 

Gets the Job object that is the parent of the JobStepCollection object.

Namespace:   Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public Job Parent { get; }
public:
property Job^ Parent {
    Job^ get();
}
member Parent : Job with get
Public ReadOnly Property Parent As Job

Property Value

Type: Microsoft.SqlServer.Management.Smo.Agent.Job

A Job object that is the parent of the JobStepCollection object.

Examples

Legacy Code Example

Using Collections

See Also

JobStepCollection Class
Microsoft.SqlServer.Management.Smo.Agent Namespace

Return to top