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.