Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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