共用方式為


JobStepCollection.Parent 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
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.

範例

使用集合

請參閱

參考

JobStepCollection 類別

Microsoft.SqlServer.Management.Smo.Agent 命名空間