Parent 屬性
Gets or sets the TargetSet object that is the parent of the TargetSetLevel object.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As TargetSet
Get
Set
'用途
Dim instance As TargetSetLevel
Dim value As TargetSet
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public TargetSet Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property TargetSet^ Parent {
TargetSet^ get ();
void set (TargetSet^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : TargetSet with get, set
function get Parent () : TargetSet
function set Parent (value : TargetSet)
屬性值
型別:Microsoft.SqlServer.Management.Dmf. . :: . .TargetSet
An TargetSet value that specifies the parent of the TargetSetLevel object.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。