Catalog Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- parent
- IntegrationServices
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.