Share via


SfcCollatedDictionaryCollection<T, K, ParentT> コンストラクター (ParentT)

指定した親を使用して、SfcCollatedDictionaryCollection<T, K, ParentT> クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Protected Sub New ( _
    parent As ParentT _
)
'使用
Dim parent As ParentT

Dim instance As New SfcCollatedDictionaryCollection(parent)
protected SfcCollatedDictionaryCollection(
    ParentT parent
)
protected:
SfcCollatedDictionaryCollection(
    ParentT parent
)
new : 
        parent:'ParentT -> SfcCollatedDictionaryCollection
protected function SfcCollatedDictionaryCollection(
    parent : ParentT
)

パラメーター

  • parent
    型: ParentT
    親オブジェクトです。

関連項目

参照

SfcCollatedDictionaryCollection<T, K, ParentT> クラス

SfcCollatedDictionaryCollection<T, K, ParentT> オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間