SfcListCollection<T, K, ParentT>.GetInternalCollectionImpl メソッド
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Protected Function GetInternalCollectionImpl As ICollection(Of T)
'使用
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>
戻り値
型: System.Collections.Generic.ICollection<T>
オブジェクトを取得せずに内部コレクションを取得します。