SfcCollatedDictionaryCollection(T, K, ParentT) 建構函式 (ParentT, IComparer(String))
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the SfcCollatedDictionaryCollection<(Of <(<'T, K, ParentT>)>)> class using the specified parent and IComparer<(Of <(<'T>)>)> object.
命名空間: 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
The parent object.
- customComparer
型別:System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
The IComparer<(Of <(<'T>)>)> object to use when comparing keys.