SfcCollatedDictionaryCollection(T, K, ParentT) コンストラクター (ParentT, IComparer(String))
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 指定した親オブジェクトと IComparer<(Of <(<'T>)>)> オブジェクトを使用して、SfcCollatedDictionaryCollection<(Of <(<'T, K, ParentT>)>)> クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Protected Sub New ( _
parent As ParentT, _
customComparer As IComparer(Of String) _
)
'使用
Dim parent As ParentT
Dim customComparer As IComparer(Of String)
Dim instance As New SfcCollatedDictionaryCollection(parent, _
customComparer)
protected SfcCollatedDictionaryCollection(
ParentT parent,
IComparer<string> customComparer
)
protected:
SfcCollatedDictionaryCollection(
ParentT parent,
IComparer<String^>^ customComparer
)
new :
parent:'ParentT *
customComparer:IComparer<string> -> SfcCollatedDictionaryCollection
protected function SfcCollatedDictionaryCollection(
parent : ParentT,
customComparer : IComparer<String>
)
パラメーター
- parent
型: ParentT
親オブジェクトです。
- customComparer
型: System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
キーを比較するときに使用する IComparer<(Of <(<'T>)>)> オブジェクトです。