Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the URN suffix for elements in the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Private Function GetCollectionElementNameImpl As String
Implements ISfcCollection.GetCollectionElementNameImpl
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.String
The URN suffix for elements in the collection.
Implements
ISfcCollection.GetCollectionElementNameImpl()