Parent 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public ReadOnly Property Parent As Job
    Get
‘사용 방법
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

속성 값

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