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 命名空间