![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
Sql100SchemaDeploymentOptions |
Represents deployment options that are specific to SQL Server 2008. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
Sql90SchemaDeploymentOptions |
Represents deployment options that are specific to Microsoft SQL Server 2005. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlBeginTransactionStep |
This step marks the start of the transactional section of a deployment plan. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlDeploymentExecutionError |
This class represents an error that was received by SQL Server when the deployment script was executed. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlEndAltersStep |
Instances of this class mark the end of the section of the deployment plan where ALTER (and CREATE) actions are performed. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlEndDropsStep |
An instance of this class marks the end of the DROP action part of the deployment plan. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlEndPreservationStep |
Represents the end of the preservation of intent section of the deployment plan. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlEndTransactionStep |
Represents a step in the SQL Server deployment plan that marks the end of the transactional section of a deployment script. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
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. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlMoveSchemaStep |
Represents a step in the deployment plan that corresponds to an action to move an element from one schema to another. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlPossibleDataLossError |
This class represents a warning from the SQL Server deployment engine where the potential for data loss was identified. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlPrintStep |
A type of step in a SQL Server deployment plan that signifies a Transact-SQL PRINT statement. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlRenameStep |
Represents a step in the deployment plan that renames an element. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlSchemaDeploymentOptions |
Contains options that control deployment. |
![Public class Public class](images/ms233746.pubclass(en-us,vs.100).gif) |
SqlTableMigrationStep |
Represents a data motion step in a SQL Server deployment plan. |