Partager via


Méthode GetInternalCollectionImpl

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'Utilisation
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>

Valeur de retour

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