SfcListCollection<T, K, ParentT>.GetInternalCollectionImpl Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'Uso
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>
Valor devuelto
Tipo: System.Collections.Generic.ICollection<T>
Returns the inner collection without retrieving any objects.