Condividi tramite


Proprietà SfcInstance.Parent

Gets or sets the instance parent via the keychain.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property Parent As SfcInstance 
    Get 
    Protected Friend Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SfcInstance Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc