共用方式為


Catalog 建構函式

Initializes a new instance of the Catalog class with the specified parent, name and password.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
Public Sub New ( _
    parent As IntegrationServices, _
    name As String, _
    password As String _
)
'用途
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
)

參數

請參閱

參考

Catalog 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間