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 命名空间