Parent 屬性
Gets or sets the Job object that is the parent of the JobSchedule object.
命名空間: Microsoft.SqlServer.Management.Smo.Agent
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcParentAttribute("Job")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlSmoObject
Get
Set
'用途
Dim instance As JobSchedule
Dim value As SqlSmoObject
value = instance.Parent
instance.Parent = value
[SfcParentAttribute("Job")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"Job")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("Job")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)
屬性值
型別:Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A Job object value that is the parent of the JobSchedule object.