Compartilhar via


Método GetInternalCollectionImpl

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Collections.Generic. . :: . .ICollection< (Of < ( <'T> ) > ) >
Returns the inner collection without retrieving any objects.