JobStepCollection.Parent プロパティ

JobStepCollection オブジェクトの親である Job オブジェクトを取得します。

名前空間:  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
JobStepCollection オブジェクトの親である Job オブジェクトです。

使用例

コレクションの使用

関連項目

参照

JobStepCollection クラス

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