Свойство 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.