Parent Propiedad

Gets or sets the instance parent via the keychain.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property Parent As SfcInstance
    Get
    Protected Friend Set
'Uso
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)

Valor de la propiedad

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