Compartir a través de


JobStepCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Job 
    Get
'Uso
Dim instance As JobStepCollection 
Dim value As Job 

value = instance.Parent
public Job Parent { get; }
public:
property Job^ Parent {
    Job^ get ();
}
member Parent : Job
function get Parent () : Job

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Agent.Job
A Job object that is the parent of the JobStepCollection object.

Ejemplos

Usar colecciones

Vea también

Referencia

JobStepCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent