Partager via


Propriété Parent

Gets or sets the instance parent via the keychain.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Parent As SfcInstance
    Get
    Protected Friend Set
'Utilisation
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)

Valeur de propriété

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