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>
)
パラメーター
- parent
型: Microsoft.SqlServer.Management.Dmf.ObjectSet
TargetSet オブジェクトの親を示す ObjectSet オブジェクト値です。
- customComparer
型: System.Collections.Generic.IComparer<String>
String 値の比較結果を表す一般的な値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。