Partager via


Propriété ISfcCollection.Parent

Gets the parent object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Private ReadOnly Property Parent As SfcInstance
    Implements ISfcCollection.Parent
    Get
'Utilisation
Dim instance As SfcCollection
Dim value As SfcInstance

value = CType(instance, ISfcCollection).Parent
SfcInstance ISfcCollection.Parent { get; }
private:
virtual property SfcInstance^ Parent {
    SfcInstance^ get () sealed = ISfcCollection::Parent::get;
}
private abstract Parent : SfcInstance
private override Parent : SfcInstance
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
An SfcInstance object that represents the parent of the collection.

Implémente

ISfcCollection. . :: . .Parent