Compartilhar via


Método SfcCollection<T, K, ParentT>.ISfcCollection.GetCollectionElementNameImpl

Gets the URN suffix for elements in the collection. 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 Function GetCollectionElementNameImpl As String 
    Implements ISfcCollection.GetCollectionElementNameImpl
'Uso
Dim instance As SfcCollection 
Dim returnValue As String 

returnValue = CType(instance, ISfcCollection).GetCollectionElementNameImpl()
string ISfcCollection.GetCollectionElementNameImpl()
private:
virtual String^ GetCollectionElementNameImpl() sealed = ISfcCollection::GetCollectionElementNameImpl
private abstract GetCollectionElementNameImpl : unit -> string  
private override GetCollectionElementNameImpl : unit -> string
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor de retorno

Tipo: System.String
The URN suffix for elements in the collection.

Implementa

ISfcCollection.GetCollectionElementNameImpl()

Consulte também

Referência

SfcCollection<T, K, ParentT> Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc