JobStep.Parent 속성
Gets or sets the Job object that is the parent of the JobStep object.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Job
Get
Set
‘사용 방법
Dim instance As JobStep
Dim value As Job
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Job Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Job^ Parent {
Job^ get ();
void set (Job^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Job with get, set
function get Parent () : Job
function set Parent (value : Job)
속성 값
유형: Microsoft.SqlServer.Management.Smo.Agent.Job
A Job object that is the parent of the JobStep object.
예
SQL Server 에이전트에서 자동 관리 태스크 예약
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Agent 네임스페이스