Condividi tramite


Proprietà Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As Job
    Get
'Utilizzo
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

Valore proprietà

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