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 네임스페이스