Класс DacDeployOptions

Defines options that affect the behavior of package deployment to a database.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.DacDeployOptions

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public NotInheritable Class DacDeployOptions
'Применение
Dim instance As DacDeployOptions
public sealed class DacDeployOptions
public ref class DacDeployOptions sealed
[<SealedAttribute>]
type DacDeployOptions =  class end
public final class DacDeployOptions

Тип DacDeployOptions обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DacDeployOptions Create a new instance of the DacDeployOptions class with default options.

В начало

Свойства

  Имя Описание
Открытое свойство AdditionalDeploymentContributorArguments Specifies additional deployment contributor arguments in addition to those already listed in the dacpac.
Открытое свойство AdditionalDeploymentContributors Specifies additional deployment contributors which should run - in addition to those specified in the dacpac.
Открытое свойство AllowDropBlockingAssemblies Get or set boolean that specifies whether CLR deployment will cause blocking assemblies to be dropped.
Открытое свойство AllowIncompatiblePlatform Get or set boolean that specifies whether deployment will block due to platform compatibility.
Открытое свойство BackupDatabaseBeforeChanges Get or set boolean that specifies whether a database backup will be performed before proceeding with the actual deployment actions.
Открытое свойство BlockOnPossibleDataLoss Get or set boolean that specifies whether deployment should stop if the operation could cause data loss.
Открытое свойство BlockWhenDriftDetected Get or set boolean that specifies whether the system will check for differences between the present state of the database and the registered state of the database and block deployment if changes are detected. Even if this option is set to true, drift detection will only occur on a database if it was previously deployed with the RegisterDataTierApplication option enabled.
Открытое свойство CommentOutSetVarDeclarations Get or set boolean that specifies whether the declaration of SQLCMD variables are commented out in the script header.
Открытое свойство CompareUsingTargetCollation Get or set boolean that specifies whether the source collation will be used for identifier comparison.
Открытое свойство CreateNewDatabase Get or set boolean that specifies whether the existing database will be dropped and a new database created before proceeding with the actual deployment actions. Acquires single-user mode before dropping the existing database.
Открытое свойство DeployDatabaseInSingleUserMode Get or set boolean that specifies whether the system will acquire single-user mode on the target database during the duration of the deployment operation.
Открытое свойство DisableAndReenableDdlTriggers Get or set boolean that specifies if all DDL triggers will be disabled for the duration of the deployment operation and then re-enabled after all changes are applied.
Открытое свойство DoNotAlterChangeDataCaptureObjects Get or set boolean that specifies whether items configured for Change Data Capture (CDC) should be altered during deployment.
Открытое свойство DoNotAlterReplicatedObjects Get or set boolean that specifies whether items configured for Replication should be altered during deployment.
Открытое свойство DropConstraintsNotInSource Get or set boolean that specifies whether to drop all constraints that do not exist in the source model.
Открытое свойство DropDmlTriggersNotInSource Get or set boolean that specifies whether to drop all DML triggers that do not exist in the source model.
Открытое свойство DropExtendedPropertiesNotInSource Get or set boolean that specifies whether to drop all extended properties that do not exist in the source model.
Открытое свойство DropIndexesNotInSource Get or set boolean that specifies whether to drop all indexes that do not exist in the source model.
Открытое свойство DropObjectsNotInSource Get or set boolean that specifies whether objects that exist in the target but not source should be dropped during deployment.
Открытое свойство DropPermissionsNotInSource Get or set boolean that specifies whether to drop all permissions that do not exist in the source model.
Открытое свойство DropRoleMembersNotInSource Get or set boolean that specifies whether to drop all role memberships that do not exist in the source model.
Открытое свойство GenerateSmartDefaults Get or set boolean that specifies whether default values should be generated to populate NULL columns that are constrained to NOT NULL values.
Открытое свойство IgnoreAnsiNulls Get or set boolean that specifies whether to exclude the ANSI_NULL option from consideration when comparing the source and target model.
Открытое свойство IgnoreAuthorizer Get or set boolean that specifies whether to exclude the AUTHORIZATION option from consideration when comparing the source and target model.
Открытое свойство IgnoreColumnCollation Get or set boolean that specifies whether to exclude the collation specifier from consideration when comparing the source and target model.
Открытое свойство IgnoreComments Get or set boolean that specifies whether to exclude comments from consideration when comparing the source and target model.
Открытое свойство IgnoreCryptographicProviderFilePath Get or set boolean that specifies whether to exclude the file specification of a cryptographic provider from consideration when comparing the source and target model.
Открытое свойство IgnoreDdlTriggerOrder Get or set boolean that specifies whether to exclude DDL trigger order from consideration when comparing the source and target model.
Открытое свойство IgnoreDdlTriggerState Get or set boolean that specifies whether to exclude DDL trigger state from consideration when comparing the source and target model.
Открытое свойство IgnoreDefaultSchema Get or set boolean that specifies whether to exclude the DEFAULT_SCHEMA option from consideration when comparing the source and target model.
Открытое свойство IgnoreDmlTriggerOrder Get or set boolean that specifies whether to exclude DML trigger order from consideration when comparing the source and target model.
Открытое свойство IgnoreDmlTriggerState Get or set boolean that specifies whether to exclude DML trigger state from consideration when comparing the source and target model.
Открытое свойство IgnoreExtendedProperties Get or set boolean that specifies whether to exclude all extended properties from consideration when comparing the source and target model.
Открытое свойство IgnoreFileAndLogFilePath Get or set boolean that specifies whether to exclude the FILENAME option of FILE objects from consideration when comparing the source and target model.
Открытое свойство IgnoreFilegroupPlacement Get or set boolean that specifies whether to exclude the filegroup specifier from consideration when comparing the source and target model.
Открытое свойство IgnoreFileSize Get or set boolean that specifies whether to exclude the SIZE option of FILE objects from consideration when comparing the source and target model.
Открытое свойство IgnoreFillFactor Get or set boolean that specifies whether to exclude the FILLFACTOR option from consideration when comparing the source and target model.
Открытое свойство IgnoreFullTextCatalogFilePath Get or set boolean that specifies whether to exclude the path specification of FULLTEXT CATALOG objects from consideration when comparing the source and target model.
Открытое свойство IgnoreIdentitySeed Get or set boolean that specifies whether to exclude the seed value of IDENTITY columns from consideration when comparing the source and target model.
Открытое свойство IgnoreIncrement Get or set boolean that specifies whether to exclude the increment value of IDENTITY columns from consideration when comparing the source and target model.
Открытое свойство IgnoreIndexOptions Get or set boolean that specifies whether to exclude differences in index options from consideration when comparing the source and target model.
Открытое свойство IgnoreIndexPadding Get or set boolean that specifies whether to exclude the PAD_INDEX option from consideration when comparing the source and target model.
Открытое свойство IgnoreKeywordCasing Get or set boolean that specifies whether to exclude difference in the casing of keywords from consideration when comparing the source and target model.
Открытое свойство IgnoreLockHintsOnIndexes Get or set boolean that specifies whether to exclude the ALLOW_ROW_LOCKS and ALLOW_PAGE_LOGKS options from consideration when comparing the source and target model.
Открытое свойство IgnoreLoginSids Get or set boolean that specifies whether to exclude the SID option of the LOGIN object from consideration when comparing the source and target model.
Открытое свойство IgnoreNotForReplication Get or set boolean that specifies whether to exclude the NOT FOR REPLICATION option from consideration when comparing the source and target model.
Открытое свойство IgnoreObjectPlacementOnPartitionScheme Get or set boolean that specifies whether to exclude the partition scheme object from consideration when comparing the source and target model for the following objects: Table, Index, Unique Key, Primary Key, and Queue.
Открытое свойство IgnorePartitionSchemes Get or set boolean that specifies whether to exclude the parameter type and boundary VALUES of a PARTITION FUNCTION from consideration when comparing the source and target model. Also excludes FILEGROUP and partition function of a PARTITION SCHEMA from consideration when comparing the source and target model.
Открытое свойство IgnorePermissions Get or set boolean that specifies whether to exclude all permission statements from consideration when comparing the source and target model.
Открытое свойство IgnoreQuotedIdentifiers Get or set boolean that specifies whether to exclude the QUOTED_IDENTIFIER option from consideration when comparing the source and target model.
Открытое свойство IgnoreRoleMembership Get or set boolean that specifies whether to exclude all ROLE MEMBERSHIP objects from consideration when comparing the source and target model.
Открытое свойство IgnoreRouteLifetime Get or set boolean that specifies whether to exclude the LIFETIME option of ROUTE objects from consideration when comparing the source and target model.
Открытое свойство IgnoreSemicolonBetweenStatements Get or set boolean that specifies whether to exclude the existence or absence of semi-colons from consideration when comparing the source and target model.
Открытое свойство IgnoreTableOptions Get or set boolean that specifies whether the options on the target table are updated to match the source table.
Открытое свойство IgnoreUserSettingsObjects Get or set boolean that specifies whether to exclude user settings from consideration when comparing the source and target model.
Открытое свойство IgnoreWhitespace Get or set boolean that specifies whether to exclude whitespace from consideration when comparing the source and target model.
Открытое свойство IgnoreWithNocheckOnCheckConstraints Get or set boolean that specifies whether to exclude the CHECK|NO CHECK option of a CHECK constraint object from consideration when comparing the source and target model.
Открытое свойство IgnoreWithNocheckOnForeignKeys Get or set boolean that specifies whether to exclude the CHECK|NO CHECK option of a FOREIGN KEY constraint object from consideration when comparing the source and target model.
Открытое свойство IncludeCompositeObjects Get or set boolean that specifies whether to include referenced, external elements that also compose the source model and then update the target database in a single deployment operation.
Открытое свойство IncludeTransactionalScripts Get or set boolean that specifies whether to use transations during the deployment operation and commit the transaction after all changes are successfully applied.
Открытое свойство NoAlterStatementsToChangeClrTypes Get or set boolean that specifies whether to force a change to CLR assemblies by dropping and recreating them.
Открытое свойство PopulateFilesOnFileGroups Get or set boolean that specifies whether files are supplied for filegroups defined in the deployment source.
Открытое свойство RegisterDataTierApplication Get or set boolean that specifies whether the database will be registered as a Data-Tier Application. If the target database is already a registered Data-Tier Application, then the registration will be updated.
Открытое свойство RunDeploymentPlanExecutors Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed. Default is false.
Открытое свойство ScriptDatabaseCollation Get or set boolean that specifies whether the target database should be altered to match the source model's collation.
Открытое свойство ScriptDatabaseCompatibility Get or set boolean that specifies whether the target database should be altered to match the source model's compatibility level.
Открытое свойство ScriptDatabaseOptions Get or set boolean that specifies whether the database options in the target database should be updated to match the source model.
Открытое свойство ScriptDeployStateChecks Get or set boolean that specifies whether the target database should be checked to ensure that it exists, is online and can be updated.
Открытое свойство ScriptFileSize Get or set boolean that specifies whether a file size is specified when adding files to file groups.
Открытое свойство ScriptNewConstraintValidation Get or set boolean that specifies whether constraints are validated after all changes are applied.
Открытое свойство ScriptRefreshModule Get or set boolean that specifies whether referencing procedures are refreshed when referenced objects are updated.
Открытое свойство SqlCommandVariableValues Get dictionary of SQL command variable values, keyed by variable name.
Открытое свойство TreatVerificationErrorsAsWarnings Get or set boolean that specifies whether the deployment operation should proceed when errors are generated during plan verification.
Открытое свойство UnmodifiableObjectWarnings Get or set boolean that specifies whether the deployment operation should proceed when errors are generated during plan verification.
Открытое свойство VerifyCollationCompatibility Get or set boolean that specifies whether deployment will verify that the collation specified in the source model is compatible with the collation specified in the target model.
Открытое свойство VerifyDeployment Get or set boolean that specifies whether the plan verification phase is executed or not.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac