Catalog.Create メソッド (Boolean)

バックエンド サーバーでカタログを作成します。

名前空間:  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 名前空間