DeployedDacCollection コンストラクター (Utility, IComparer<String>)

指定されたインポート済みオブジェクトと指定された比較演算子インターフェイスに基づいて DeployedDacCollection クラスの新しいインスタンスを初期化します。

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

構文

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

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

パラメーター

  • customComparer
    型: System.Collections.Generic.IComparer<String>
    カスタムの比較演算子インターフェイスを指定する [T:System.Collections.Generic.IComparer<string>] オブジェクトです。

関連項目

参照

DeployedDacCollection クラス

DeployedDacCollection オーバーロード

Microsoft.SqlServer.Management.Utility 名前空間