Compartir a través de


IDatabaseOptions Miembros

Interface with properties that expose database options.

El tipo IDatabaseOptions expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AnsiNullDefault Gets or sets a Boolean property value that specifies whether the ANSI_NULL_DEFAULT database option is active.
Propiedad pública AnsiNullsEnabled Gets or sets a Boolean property value that specifies whether the ANSI_NULLS_ENABLED database option is active.
Propiedad pública AnsiPaddingEnabled Gets or sets a Boolean property value that specifies whether the ANSI_PADDING_ENABLED database option is active.
Propiedad pública AnsiWarningsEnabled Gets or sets a Boolean property value that specifies whether the ANSI_WARNING_ENABLED database option is active.
Propiedad pública ArithmeticAbortEnabled Gets or sets a Boolean property value that specifies whether the ARITHMETICABORT database option is active.
Propiedad pública AutoClose Gets or sets a Boolean property value that specifies whether the AUTOCLOSE database option is active.
Propiedad pública AutoCreateStatisticsEnabled
Propiedad pública AutoShrink Gets or sets a Boolean property value that specifies whether the AUTOSHRINK database option is active.
Propiedad pública AutoUpdateStatisticsAsync Gets or sets a Boolean property value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.
Propiedad pública AutoUpdateStatisticsEnabled
Propiedad pública BrokerEnabled Gets or sets a Boolean property value that specifies whether the Service Broker service is enabled.
Propiedad pública ChangeTrackingAutoCleanUp
Propiedad pública ChangeTrackingEnabled
Propiedad pública ChangeTrackingRetentionPeriod
Propiedad pública ChangeTrackingRetentionPeriodUnits
Propiedad pública CloseCursorsOnCommitEnabled Gets or sets a Boolean property value that specifies whether the CURSOR_CLOSE_ON_COMMIT database option is active.
Propiedad pública Collation
Propiedad pública CompatibilityLevel
Propiedad pública ConcatenateNullYieldsNull Gets or sets a Boolean property value that specifies whether the CONCAT_NULL_YIELDS_NULL database option is active.
Propiedad pública CreateDate
Propiedad pública DatabaseOwnershipChaining
Propiedad pública DatabaseSnapshotBaseName
Propiedad pública DateCorrelationOptimization Gets or sets a Boolean property value that specifies whether the date correlation optimization is active.
Propiedad pública DefaultFileGroup
Propiedad pública DefaultFileStreamFileGroup
Propiedad pública EncryptionEnabled
Propiedad pública HonorBrokerPriority
Propiedad pública ID
Propiedad pública IsParameterizationForced Gets or sets a Boolean property value that specifies whether parameterization is forced on the database.
Propiedad pública IsReadCommittedSnapshotOn
Propiedad pública IsSystemObject
Propiedad pública IsUpdateable
Propiedad pública LocalCursorsDefault Gets the Boolean value that specifies whether the local server cursors are used by default.
Propiedad pública 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.
Propiedad pública Name
Propiedad pública NumericRoundAbortEnabled Gets or sets a Boolean property value that specifies whether the NUMERIC_ROUNDABORT database option is active.
Propiedad pública PageVerify Specifies the type of page integrity check that SQL Server performs when it reads database pages.
Propiedad pública PrimaryFilePath
Propiedad pública 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.
Propiedad pública ReadOnly Gets or sets the Boolean property value that specifies whether the database is read-only.
Propiedad pública RecoveryModel Gets or sets the recovery model for the database.
Propiedad pública RecursiveTriggersEnabled Gets or sets the Boolean value that specifies whether recursive triggers are enabled on the database.
Propiedad pública Trustworthy
Propiedad pública UserAccess Gets or sets the database user access.

Principio