Bagikan melalui


DeployedDacCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas DeployedDacCollection.

Overload

DeployedDacCollection(Utility)

Menginisialisasi instans DeployedDacCollection baru kelas pada objek impor yang ditentukan.

DeployedDacCollection(Utility, IComparer<String>)

Menginisialisasi instans DeployedDacCollection baru kelas pada objek impor yang ditentukan dan dengan antarmuka pembanding yang ditentukan.

Keterangan

Konstruktor default menginisialisasi bidang apa pun ke nilai defaultnya.

DeployedDacCollection(Utility)

Menginisialisasi instans DeployedDacCollection baru kelas pada objek impor yang ditentukan.

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)

Parameter

parent
Utility

Objek Microsoft.SqlServer.Management.Utility.ImportedObject yang menentukan induk koleksi.

Keterangan

Konstruktor default menginisialisasi bidang apa pun ke nilai defaultnya.

Berlaku untuk

DeployedDacCollection(Utility, IComparer<String>)

Menginisialisasi instans DeployedDacCollection baru kelas pada objek impor yang ditentukan dan dengan antarmuka pembanding yang ditentukan.

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))

Parameter

parent
Utility

Objek Utility yang menentukan induk koleksi.

customComparer
IComparer<String>

Objek IComparer<T> yang menentukan antarmuka perbandingan kustom.

Berlaku untuk