Propriedade do RDL SfcCollection<T, K, ParentT>.ISfcCollection.Parent

Gets the parent object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Private ReadOnly Property Parent As SfcInstance 
    Implements ISfcCollection.Parent 
    Get
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

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

Implementa

ISfcCollection.Parent

Consulte também

Referência

SfcCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc