JobScheduleCollection.Parent 属性
Gets the SqlSmoObject object that is the parent of the JobScheduleCollection object.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Parent As SqlSmoObject
Get
用法
Dim instance As JobScheduleCollection
Dim value As SqlSmoObject
value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject
属性值
类型:Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that is the parent of the JobScheduleCollection object.