다음을 통해 공유


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.

맨 위로 이동