Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Creates the catalog in the back-end server.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Create ( _
execSsisStartup As Boolean _
)
'Usage
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
)
Parameters
- execSsisStartup
Type: System.Boolean
The startup.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace