共用方式為


Catalog.Create 方法 (Boolean)

Creates the catalog in the back-end server.

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

語法

'宣告
Public Sub Create ( _
    execSsisStartup As Boolean _
)
'用途
Dim instance As Catalog 
Dim execSsisStartup As Boolean

instance.Create(execSsisStartup)
public void Create(
    bool execSsisStartup
)
public:
void Create(
    bool execSsisStartup
)
member Create : 
        execSsisStartup:bool -> unit
public function Create(
    execSsisStartup : boolean
)

參數

請參閱

參考

Catalog 類別

Create 多載

Microsoft.SqlServer.Management.IntegrationServices 命名空間