Udostępnij przez


Metoda SfcListCollection<T, K, ParentT>.GetInternalCollectionImpl

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'Użycie
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>

Wartość zwracana

Typ: System.Collections.Generic.ICollection<T>
Zwraca wartość wewnętrznej kolekcja bez pobierania żadnych obiektów.