다음을 통해 공유


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 Policy
    Get
    Friend Set
‘사용 방법
Dim instance As EvaluationHistory
Dim value As Policy

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

속성 값

유형: Microsoft.SqlServer.Management.Dmf. . :: . .Policy
An object that represents the parent of the current instance.