共用方式為


Parent 屬性

Gets or sets the parent instance via the keychain.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As PolicyStore
    Get
    Set
'用途
Dim instance As PolicyCategory
Dim value As PolicyStore

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public PolicyStore Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property PolicyStore^ Parent {
    PolicyStore^ get ();
    void set (PolicyStore^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : PolicyStore with get, set
function get Parent () : PolicyStore
function set Parent (value : PolicyStore)

屬性值

型別:Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore
An SfcInstance object that is the parent of the current instance.