TSqlModelOptions Properties

 

Namespace:   Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Properties

Name Description
System_CAPS_pubproperty AllowSnapshotIsolation

Specifies the ALLOW_SNAPSHOT_ISOLATION database option.

System_CAPS_pubproperty AnsiNullDefaultOn

Specifies the ANSI_NULL_DEFAULT database option.

System_CAPS_pubproperty AnsiNullsOn

Specifies the ANSI_NULLS database option.

System_CAPS_pubproperty AnsiPaddingOn

Specifies the ANSI_PADDING database option.

System_CAPS_pubproperty AnsiWarningsOn

Specifies the ANSI_WARNINGS database option.

System_CAPS_pubproperty ArithAbortOn

Specifies the ARITH_ABORT database option.

System_CAPS_pubproperty AutoClose

Specifies the AUTO_CLOSE database option.

System_CAPS_pubproperty AutoCreateStatistics

Specifies the AUTO_CREATE_STATISTICS database option.

System_CAPS_pubproperty AutoCreateStatisticsIncremental

Specifies the AUTO_CREATE_STATISTICS INCREMENTAL database option.

System_CAPS_pubproperty AutoShrink

Specifies the AUTO_SHRINK database option.

System_CAPS_pubproperty AutoUpdateStatistics

Specifies the AUTO_UPDATE_STATISTICS database option.

System_CAPS_pubproperty AutoUpdateStatisticsAsync

Specifies the AUTO_UPDATE_STATISTICS_ASYNC database option.

System_CAPS_pubproperty ChangeTrackingAutoCleanup

Specifies the AUTO_CLEANUP database option.

System_CAPS_pubproperty ChangeTrackingEnabled

Specifies the CHANGE_TRACKING database option.

System_CAPS_pubproperty ChangeTrackingRetentionPeriod

Specifies the period of the CHANGE_RETENTION database option.

System_CAPS_pubproperty ChangeTrackingRetentionUnit

Specifies the unit of the CHANGE_RETENTION database option.

System_CAPS_pubproperty Collation

Specifies the Collation to use for the model. This is a string such as "SQL_Latin1_General_CP1_CI_AS", which must be a valid SQL Server Collation Name

System_CAPS_pubproperty CompatibilityLevel

Specifies the COMPATIBILITY_LEVEL database option.

System_CAPS_pubproperty ConcatNullYieldsNull

Specifies the CONCAT_NULL_YIELDS_NULL database option.

System_CAPS_pubproperty Containment

Specifies the CONTAINMENT database option.

System_CAPS_pubproperty CursorCloseOnCommit

Specifies the CURSOR_CLOSE_ON_COMMIT database option.

System_CAPS_pubproperty CursorDefaultGlobalScope

Specifies the CURSOR_DEFAULT database option.

System_CAPS_pubproperty DatabaseStateOffline

Specifies the ONLINE | OFFLINE database option.

System_CAPS_pubproperty DateCorrelationOptimizationOn

Specifies the DATE_CORRELATION_OPTIMIZATION database option.

System_CAPS_pubproperty DBChainingOn

Specifies the DB_CHAINING database option.

System_CAPS_pubproperty DefaultFullTextLanguage

Specifies the DEFAULT_FULLTEXT_LANGUAGE database option.

System_CAPS_pubproperty DefaultLanguage

Specifies the DEFAULT_LANGUAGE database option.

System_CAPS_pubproperty DelayedDurabilityMode

Specifies the DELAYED_DURABILITY database option.

System_CAPS_pubproperty EngineVersion

Specifies what engine version should be targeted by the model. For On Premises platforms this value will be ignored as the engine version is fixed based on the platform. For the SqlAzure platform this value will be set and used to specify what T-SQL language features are supported.

System_CAPS_pubproperty FileStreamDirectoryName

Specifies the DIRECTORY_NAME database option.

System_CAPS_pubproperty FullTextEnabled

Specifies the sp_fulltext_database database option.

System_CAPS_pubproperty HonorBrokerPriority

Specifies the HONOR_BROKER_PRIORITY database option.

System_CAPS_pubproperty MemoryOptimizedElevateToSnapshot

Specifies the MEMORY_OPTIMIZED_ELEVATE_TO_SNAPSHOT database option.

System_CAPS_pubproperty NestedTriggersOn

Specifies the NESTED_TRIGGER database option.

System_CAPS_pubproperty NonTransactedFileStreamAccess

Specifies the NON_TRANSACTED_ACCESS database option.

System_CAPS_pubproperty NumericRoundAbortOn

Specifies the NUMERIC_ROUNDABORT database option.

System_CAPS_pubproperty PageVerifyMode

Specifies the PAGE_VERIFY database option.

System_CAPS_pubproperty ParameterizationOption

Specifies the PARAMETERIZATION database option.

System_CAPS_pubproperty QuotedIdentifierOn

Specifies the QUOTED_IDENTIFIER database option.

System_CAPS_pubproperty ReadOnly

Specifies the READ_ONLY | READ_WRITE database option.

System_CAPS_pubproperty RecoveryMode

Specifies the RECOVERY database option.

System_CAPS_pubproperty RecursiveTriggersOn

Specifies the RECURSIVE_TRIGGERS database option.

System_CAPS_pubproperty ServiceBrokerOption

Specifies the ENABLE_BROKER | DISABLE_BROKER | NEW_BROKER | ERROR_BROKER_CONVERSATIONS database option.

System_CAPS_pubproperty StorageType

Specifies the storage type - in memory or file backed. Default value is Memory

System_CAPS_pubproperty SupplementalLoggingOn

Specifies the SUPPLEMENTAL_LOGGING database option.

System_CAPS_pubproperty TargetRecoveryTimePeriod

Specifies the period of the TARGET_RECOVERY_TIME database option.

System_CAPS_pubproperty TargetRecoveryTimeUnit

Specifies the unit of the TARGET_RECOVERY_TIME database option.

System_CAPS_pubproperty TornPageProtectionOn

Specifies the TORN_PAGE_DETECTION database option.

System_CAPS_pubproperty TransactionIsolationReadCommittedSnapshot

Specifies the READ_COMMITTED_SNAPSHOT database option.

System_CAPS_pubproperty TransformNoiseWords

Specifies the TRANSFORM_NOISE_WORDS database option.

System_CAPS_pubproperty Trustworthy

Specifies the TRUSTWORTHY database option.

System_CAPS_pubproperty TwoDigitYearCutoff

Specifies the TWO_DIGIT_YEAR_CUTOFF database option.

System_CAPS_pubproperty UserAccessOption

Specifies the SINGLE_USER | RESTRICTED_USER | MULTI_USER database option.

System_CAPS_pubproperty VardecimalStorageFormatOn

Specifies the sp_db_vardecimal_storage_format database option.

System_CAPS_pubproperty WithEncryption

Specifies the ENCRYPTION database option.

See Also

TSqlModelOptions Class
Microsoft.SqlServer.Dac.Model Namespace

Return to top