Freigeben über


GetInternalCollectionImpl-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'Usage
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>

Rückgabewert

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