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.