TargetSetCollection 构造函数 (ObjectSet, IComparer<String>)

Initializes a new instance of the TargetSetCollection class.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Sub New ( _
    parent As ObjectSet, _
    customComparer As IComparer(Of String) _
)
用法
Dim parent As ObjectSet 
Dim customComparer As IComparer(Of String)

Dim instance As New TargetSetCollection(parent, _
    customComparer)
public TargetSetCollection(
    ObjectSet parent,
    IComparer<string> customComparer
)
public:
TargetSetCollection(
    ObjectSet^ parent, 
    IComparer<String^>^ customComparer
)
new : 
        parent:ObjectSet * 
        customComparer:IComparer<string> -> TargetSetCollection
public function TargetSetCollection(
    parent : ObjectSet, 
    customComparer : IComparer<String>
)

参数

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

TargetSetCollection 类

TargetSetCollection 重载

Microsoft.SqlServer.Management.Dmf 命名空间