Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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