Метод SfcCollection<T, K, ParentT>.ISfcCollection.GetCollectionElementNameImpl
Gets the URN suffix for elements in the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Private Function GetCollectionElementNameImpl As String
Implements ISfcCollection.GetCollectionElementNameImpl
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Возвращаемое значение
Тип: System.String
The URN suffix for elements in the collection.
Реализует
ISfcCollection.GetCollectionElementNameImpl()