다음을 통해 공유


Policy.Parent 속성

Gets or sets the PolicyStore that is the parent of the policy object.

네임스페이스:  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 Policy 
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
A PolicyStore object that is the parent of the object.

속성 설정

참고 항목

참조

Policy 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스