|
Sql100SchemaDeploymentOptions |
Represents deployment options that are specific to SQL Server 2008. |
|
Sql90SchemaDeploymentOptions |
Represents deployment options that are specific to Microsoft SQL Server 2005. |
|
SqlAlterDataLossError |
This class represents a warning from the SQL Server deployment engine where the potential for ALTER data loss is identified. The table that is specified in the constructor is the source table. |
|
SqlBeginAltersStep |
Instances of this class mark the part of the deployment plan where ALTER (and CREATE) actions are performed. This is usually the second half of the plan. |
|
SqlBeginDropsStep |
An instance of this class marks the start of the DROP action part of the deployment plan. DROP actions occur in the plan before ALTER actions. |
|
SqlBeginPreservationStep |
This class marks the start (in a deployment plan) of the preservation of intent section of the plan. These operations are used to make refactoring changes. |
|
SqlBeginTransactionStep |
This step marks the start of the transactional section of a deployment plan. |
|
SqlCreateDataLossError |
This class represents a warning from the SQL Server deployment engine where the potential for CREATE data loss has been identified. The table that is specified in the constructor is the source table. Usually this error is raised if a new non-nullable column is added to a table without a default. |
|
SqlDeploymentExecutionError |
This class represents an error that was received by SQL Server when the deployment script was executed. |
|
SqlDropDataLossError |
This class represents a warning from the SQL Server deployment engine where the potential for DROP data loss has been identified. The table that is specified in the constructor is the target table. |
|
SqlEndAltersStep |
Instances of this class mark the end of the section of the deployment plan where ALTER (and CREATE) actions are performed. |
|
SqlEndDropsStep |
An instance of this class marks the end of the DROP action part of the deployment plan. |
|
SqlEndPreservationStep |
Represents the end of the preservation of intent section of the deployment plan. |
|
SqlEndTransactionStep |
Represents a step in the SQL Server deployment plan that marks the end of the transactional section of a deployment script. |
|
SqlFinalizeDatabaseAccessStep |
Represents a step in the SQL Server deployment plan that finalizes the access settings to the database. These settings include read-only or read-write access, restricted, single-user or multi-user, and online or offline state. |
|
SqlMoveSchemaStep |
Represents a step in the deployment plan that corresponds to an action to move an element from one schema to another. |
|
SqlPossibleDataLossError |
This class represents a warning from the SQL Server deployment engine where the potential for data loss was identified. |
|
SqlPrintStep |
A type of step in a SQL Server deployment plan that signifies a Transact-SQL PRINT statement. |
|
SqlRenameStep |
Represents a step in the deployment plan that renames an element. |
|
SqlSchemaDeploymentOptions |
Contains options that control deployment. |
|
SqlTableMigrationStep |
Represents a data motion step in a SQL Server deployment plan. |