SfcInstance.Parent 속성

Gets or sets the instance parent via the keychain.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public Property Parent As SfcInstance 
    Get 
    Protected Friend Set
‘사용 방법
Dim instance As SfcInstance 
Dim value As SfcInstance 

value = instance.Parent

instance.Parent = value
public SfcInstance Parent { get; protected internal set; }
public:
property SfcInstance^ Parent {
    SfcInstance^ get ();
    protected public: void set (SfcInstance^ value);
}
member Parent : SfcInstance with get, set
function get Parent () : SfcInstance 
 function set Parent (value : SfcInstance)

속성 값

유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that is the parent of the current instance.

참고 항목

참조

SfcInstance 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스