Класс TSqlModelOptions

Defines model wide options

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

System.Object
  Microsoft.SqlServer.Dac.Model.TSqlModelOptions

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод TSqlModelOptions Constructs the TSqlModelOptions

В начало

Свойства

  Имя Описание
Открытое свойство AllowSnapshotIsolation Specifies the ALLOW_SNAPSHOT_ISOLATION database option.
Открытое свойство AnsiNullDefaultOn Specifies the ANSI_NULL_DEFAULT database option.
Открытое свойство AnsiNullsOn Specifies the ANSI_NULLS database option.
Открытое свойство AnsiPaddingOn Specifies the ANSI_PADDING database option.
Открытое свойство AnsiWarningsOn Specifies the ANSI_WARNINGS database option.
Открытое свойство ArithAbortOn Specifies the ARITH_ABORT database option.
Открытое свойство AutoClose Specifies the AUTO_CLOSE database option.
Открытое свойство AutoCreateStatistics Specifies the AUTO_CREATE_STATISTICS
Открытое свойство AutoShrink Specifies the AUTO_SHRINK database option.
Открытое свойство AutoUpdateStatistics Specifies the AUTO_UPDATE_STATISTICS database option.
Открытое свойство AutoUpdateStatisticsAsync Specifies the AUTO_UPDATE_STATISTICS_ASYNC database option.
Открытое свойство ChangeTrackingAutoCleanup Specifies the AUTO_CLEANUP database option.
Открытое свойство ChangeTrackingEnabled Specifies the CHANGE_TRACKING database option.
Открытое свойство ChangeTrackingRetentionPeriod Specifies the period of the CHANGE_RETENTION database option.
Открытое свойство ChangeTrackingRetentionUnit Specifies the unit of the CHANGE_RETENTION database option.
Открытое свойство 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
Открытое свойство CompatibilityLevel Specifies the COMPATIBILITY_LEVEL database option.
Открытое свойство ConcatNullYieldsNull Specifies the CONCAT_NULL_YIELDS_NULL database option.
Открытое свойство Containment Specifies the CONTAINMENT database option.
Открытое свойство CursorCloseOnCommit Specifies the CURSOR_CLOSE_ON_COMMIT database option.
Открытое свойство CursorDefaultGlobalScope Specifies the CURSOR_DEFAULT database option.
Открытое свойство DatabaseStateOffline Specifies the ONLINE | OFFLINE database option.
Открытое свойство DateCorrelationOptimizationOn Specifies the DATE_CORRELATION_OPTIMIZATION database option.
Открытое свойство DBChainingOn Specifies the DB_CHAINING database option.
Открытое свойство DefaultFullTextLanguage Specifies the DEFAULT_FULLTEXT_LANGUAGE database option.
Открытое свойство DefaultLanguage Specifies the DEFAULT_LANGUAGE database option.
Открытое свойство FileStreamDirectoryName Specifies the DIRECTORY_NAME database option.
Открытое свойство FullTextEnabled Specifies the sp_fulltext_database database option.
Открытое свойство HonorBrokerPriority Specifies the HONOR_BROKER_PRIORITY database option.
Открытое свойство NestedTriggersOn Specifies the NESTED_TRIGGER database option.
Открытое свойство NonTransactedFileStreamAccess Specifies the NON_TRANSACTED_ACCESS database option.
Открытое свойство NumericRoundAbortOn Specifies the NUMERIC_ROUNDABORT database option.
Открытое свойство PageVerifyMode Specifies the PAGE_VERIFY database option.
Открытое свойство ParameterizationOption Specifies the PARAMETERIZATION database option.
Открытое свойство QuotedIdentifierOn Specifies the QUOTED_IDENTIFIER database option.
Открытое свойство ReadOnly Specifies the READ_ONLY | READ_WRITE database option.
Открытое свойство RecoveryMode Specifies the RECOVERY database option.
Открытое свойство RecursiveTriggersOn Specifies the RECURSIVE_TRIGGERS database option.
Открытое свойство ServiceBrokerOption Specifies the ENABLE_BROKER | DISABLE_BROKER | NEW_BROKER | ERROR_BROKER_CONVERSATIONS database option.
Открытое свойство StorageType Specifies the storage type - in memory or file backed. Default value is Memory
Открытое свойство SupplementalLoggingOn Specifies the SUPPLEMENTAL_LOGGING database option.
Открытое свойство TargetRecoveryTimePeriod Specifies the period of the TARGET_RECOVERY_TIME database option.
Открытое свойство TargetRecoveryTimeUnit Specifies the unit of the TARGET_RECOVERY_TIME database option.
Открытое свойство TornPageProtectionOn Specifies the TORN_PAGE_DETECTION database option.
Открытое свойство TransactionIsolationReadCommittedSnapshot Specifies the READ_COMMITTED_SNAPSHOT database option.
Открытое свойство TransformNoiseWords Specifies the TRANSFORM_NOISE_WORDS database option.
Открытое свойство Trustworthy Specifies the TRUSTWORTHY database option.
Открытое свойство TwoDigitYearCutoff Specifies the TWO_DIGIT_YEAR_CUTOFF database option.
Открытое свойство UserAccessOption Specifies the SINGLE_USER | RESTRICTED_USER | MULTI_USER database option.
Открытое свойство VardecimalStorageFormatOn Specifies the sp_db_vardecimal_storage_format database option.
Открытое свойство WithEncryption Specifies the ENCRYPTION database option.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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