Элементы IDatabaseOptions

Interface with properties that expose database options.

Тип IDatabaseOptions предоставляет доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство AnsiNullDefault Gets or sets a Boolean property value that specifies whether the ANSI_NULL_DEFAULT database option is active.
Открытое свойство AnsiNullsEnabled Gets or sets a Boolean property value that specifies whether the ANSI_NULLS_ENABLED database option is active.
Открытое свойство AnsiPaddingEnabled Gets or sets a Boolean property value that specifies whether the ANSI_PADDING_ENABLED database option is active.
Открытое свойство AnsiWarningsEnabled Gets or sets a Boolean property value that specifies whether the ANSI_WARNING_ENABLED database option is active.
Открытое свойство ArithmeticAbortEnabled Gets or sets a Boolean property value that specifies whether the ARITHMETICABORT database option is active.
Открытое свойство AutoClose Gets or sets a Boolean property value that specifies whether the AUTOCLOSE database option is active.
Открытое свойство AutoCreateStatisticsEnabled
Открытое свойство AutoShrink Gets or sets a Boolean property value that specifies whether the AUTOSHRINK database option is active.
Открытое свойство AutoUpdateStatisticsAsync Gets or sets a Boolean property value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.
Открытое свойство AutoUpdateStatisticsEnabled
Открытое свойство BrokerEnabled Gets or sets a Boolean property value that specifies whether the Service Broker service is enabled.
Открытое свойство ChangeTrackingAutoCleanUp
Открытое свойство ChangeTrackingEnabled
Открытое свойство ChangeTrackingRetentionPeriod
Открытое свойство ChangeTrackingRetentionPeriodUnits
Открытое свойство CloseCursorsOnCommitEnabled Gets or sets a Boolean property value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active.
Открытое свойство Collation
Открытое свойство CompatibilityLevel
Открытое свойство ConcatenateNullYieldsNull Gets or sets a Boolean property value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.
Открытое свойство CreateDate
Открытое свойство DatabaseOwnershipChaining
Открытое свойство DatabaseSnapshotBaseName
Открытое свойство DateCorrelationOptimization Gets or sets a Boolean property value that specifies whether the date correlation optimization is active.
Открытое свойство DefaultFileGroup
Открытое свойство DefaultFileStreamFileGroup
Открытое свойство EncryptionEnabled
Открытое свойство HonorBrokerPriority
Открытое свойство ID
Открытое свойство IsParameterizationForced Gets or sets a Boolean property value that specifies whether parameterization is forced on the database.
Открытое свойство IsReadCommittedSnapshotOn
Открытое свойство IsSystemObject
Открытое свойство IsUpdateable
Открытое свойство LocalCursorsDefault Gets the Boolean value that specifies whether the local server cursors are used by default.
Открытое свойство MirroringTimeout Gets or sets the maximum time, in seconds, that the principal server instance waits for a PING message from another instance in the mirroring session before assuming the other instance is disconnected.
Открытое свойство Name
Открытое свойство NumericRoundAbortEnabled Gets or sets a Boolean property value that specifies whether the NUMERIC_ROUNDABORT database option is active.
Открытое свойство PageVerify Specifies the type of page integrity check that SQL Server performs when it reads database pages.
Открытое свойство PrimaryFilePath
Открытое свойство QuotedIdentifiersEnabled Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks (" ") are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
Открытое свойство ReadOnly Gets or sets the Boolean property value that specifies whether the database is read-only.
Открытое свойство RecoveryModel Gets or sets the recovery model for the database.
Открытое свойство RecursiveTriggersEnabled Gets or sets the Boolean value that specifies whether recursive triggers are enabled on the database.
Открытое свойство Trustworthy
Открытое свойство UserAccess Gets or sets the database user access.

В начало