IDatabaseOptions-Member

Interface with properties that expose database options.

Der IDatabaseOptions-Typ macht die folgenden Member verfügbar.

Eigenschaften

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

Zum Anfang