Catalog.Create Method

Definition

Creates the catalog in the back-end server.

Overloads

Create()

Creates the catalog in the back-end server.

Create(Boolean)

Creates the catalog in the back-end server.

Create()

Creates the catalog in the back-end server.

public:
 virtual void Create();
public void Create ();
abstract member Create : unit -> unit
override this.Create : unit -> unit
Public Sub Create ()

Implements

Applies to

Create(Boolean)

Creates the catalog in the back-end server.

public:
 void Create(bool execSsisStartup);
public void Create (bool execSsisStartup);
member this.Create : bool -> unit
Public Sub Create (execSsisStartup As Boolean)

Parameters

execSsisStartup
Boolean

The startup.

Applies to