Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the Catalog class with the specified parent, name and password.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
parent As IntegrationServices, _
name As String, _
password As String _
)
'Usage
Dim parent As IntegrationServices
Dim name As String
Dim password As String
Dim instance As New Catalog(parent, _
name, password)
public Catalog(
IntegrationServices parent,
string name,
string password
)
public:
Catalog(
IntegrationServices^ parent,
String^ name,
String^ password
)
new :
parent:IntegrationServices *
name:string *
password:string -> Catalog
public function Catalog(
parent : IntegrationServices,
name : String,
password : String
)
Parameter
- parent
Typ: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent of the catalog.
- name
Typ: System.String
The name of the catalog.
- password
Typ: System.String
The password of the catalog.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace