TargetSetLevelCollection コンストラクター (TargetSet, IComparer<String>)

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

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    parent As TargetSet, _
    customComparer As IComparer(Of String) _
)
'使用
Dim parent As TargetSet 
Dim customComparer As IComparer(Of String)

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

パラメーター

  • customComparer
    型: System.Collections.Generic.IComparer<String>
    対象セット レベルに関連付けられている比較インターフェイスの親を示す IComparerString オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

TargetSetLevelCollection クラス

TargetSetLevelCollection オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間