Udostępnij za pośrednictwem


Metoda SfcCollection<T, K, ParentT>.ISfcCollection.GetCollectionElementNameImpl

Pobiera sufiks nazwy URN dla elementów kolekcja.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Private Function GetCollectionElementNameImpl As String
    Implements ISfcCollection.GetCollectionElementNameImpl
'Użycie
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 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość zwracana

Typ: System.String
Sufiks nazwy URN dla elementów kolekcja.

Implementacje

ISfcCollection.GetCollectionElementNameImpl()