Metodo GetInternalCollectionImpl
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'Utilizzo
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>
Valore restituito
Tipo: System.Collections.Generic. . :: . .ICollection< (Of < ( <'T> ) > ) >
Returns the inner collection without retrieving any objects.