Метод GetInternalCollectionImpl
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'Применение
Dim returnValue As ICollection(Of T)
returnValue = Me.GetInternalCollectionImpl()
protected ICollection<T> GetInternalCollectionImpl()
protected:
ICollection<T>^ GetInternalCollectionImpl()
member GetInternalCollectionImpl : unit -> ICollection<'T>
protected function GetInternalCollectionImpl() : ICollection<T>
Возвращаемое значение
Тип: System.Collections.Generic. . :: . .ICollection< (Of < ( <'T> ) > ) >
Returns the inner collection without retrieving any objects.