Bagikan melalui


Catalog Konstruktor

Definisi

Overload

Catalog(IntegrationServices)
Catalog(IntegrationServices, String, String)

Menginisialisasi instans Catalog baru kelas dengan induk, nama, dan kata sandi yang ditentukan.

Catalog(IntegrationServices)

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

Parameter

Berlaku untuk

Catalog(IntegrationServices, String, String)

Menginisialisasi instans Catalog baru kelas dengan induk, nama, dan kata sandi yang ditentukan.

public:
 Catalog(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent, System::String ^ name, System::String ^ password);
public Catalog (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent, string name, string password);
new Microsoft.SqlServer.Management.IntegrationServices.Catalog : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices * string * string -> Microsoft.SqlServer.Management.IntegrationServices.Catalog
Public Sub New (parent As IntegrationServices, name As String, password As String)

Parameter

parent
IntegrationServices

Induk katalog.

name
String

Nama katalog.

password
String

Kata sandi katalog.

Berlaku untuk