次の方法で共有


TargetSetCollection コンストラクター (ObjectSet, IComparer<String>)

TargetSetCollection クラスの新しいインスタンスを初期化します。

名前空間:  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 Version 2.0 でのみサポートされています。

関連項目

参照

TargetSetCollection クラス

TargetSetCollection オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間