言語

DeployedDacCollection コンストラクター

定義

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

オーバーロード

名前 説明
DeployedDacCollection(Utility)

指定されたインポートオブジェクト上で DeployedDacCollection クラスの新しいインスタンスを初期化します。

DeployedDacCollection(Utility, IComparer<String>)

指定されたインポートオブジェクトと指定された比較器インターフェースで DeployedDacCollection クラスの新しいインスタンスを初期化します。

注釈

デフォルトのコンストラクタは、任意のフィールドをデフォルト値に初期化します。

DeployedDacCollection(Utility)

指定されたインポートオブジェクト上で DeployedDacCollection クラスの新しいインスタンスを初期化します。

public:
 DeployedDacCollection(Microsoft::SqlServer::Management::Utility::Utility ^ parent);
public DeployedDacCollection(Microsoft.SqlServer.Management.Utility.Utility parent);
new Microsoft.SqlServer.Management.Utility.DeployedDacCollection : Microsoft.SqlServer.Management.Utility.Utility -> Microsoft.SqlServer.Management.Utility.DeployedDacCollection
Public Sub New (parent As Utility)

パラメーター

parent
Utility

コレクションの親を指定する Microsoft.SqlServer.Management.Utility.ImportedObject オブジェクト。

注釈

デフォルトのコンストラクタは、任意のフィールドをデフォルト値に初期化します。

適用対象

DeployedDacCollection(Utility, IComparer<String>)

指定されたインポートオブジェクトと指定された比較器インターフェースで DeployedDacCollection クラスの新しいインスタンスを初期化します。

public:
 DeployedDacCollection(Microsoft::SqlServer::Management::Utility::Utility ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public DeployedDacCollection(Microsoft.SqlServer.Management.Utility.Utility parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Utility.DeployedDacCollection : Microsoft.SqlServer.Management.Utility.Utility * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Utility.DeployedDacCollection
Public Sub New (parent As Utility, customComparer As IComparer(Of String))

パラメーター

parent
Utility

コレクションの親を指定する Utility オブジェクトです。

customComparer
IComparer<String>

カスタム比較器インターフェースを指定する IComparer<T> オブジェクトです。

適用対象