Udostępnij przez


IDatabaseOptions Members

Interface with properties that expose database options.

The following tables list the members exposed by the IDatabaseOptions type.

Public Properties

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

Top