Title here
Summary here
Drops a schema. Use DropIfExists to drop a schema only if it exists. For MySql or MariaDb, use the DropDatabase task instead.
Type | Name | Description |
---|---|---|
string | schemaName |
Type | Description |
---|---|
ObjectNameDescriptor |
Drops a schema. For MySql, use the DropDatabase task instead.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | schemaName | Name of the schema to drop |
Drops a schema. For MySql, use the DropDatabase task instead.
Type | Name | Description |
---|---|---|
string | schemaName | Name of the schema to drop |
Drops a schema if the schema exists. For MySql, use the DropDatabase task instead.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | schemaName | Name of the schema to drop |
Drops a schema if the schema exists. For MySql, use the DropDatabase task instead.
Type | Name | Description |
---|---|---|
string | schemaName | Name of the schema to drop |