不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class using the specified parent and IComparer<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<String>
The IComparer<T> object to use when comparing keys.
请参阅
参考
SfcCollatedDictionaryCollection<T, K, ParentT> 类