共用方式為


TSqlModelOptions 類別

Defines model wide options

繼承階層

System.Object
  Microsoft.SqlServer.Dac.Model.TSqlModelOptions

命名空間:  Microsoft.SqlServer.Dac.Model
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public NotInheritable Class TSqlModelOptions
'用途
Dim instance As TSqlModelOptions
public sealed class TSqlModelOptions
public ref class TSqlModelOptions sealed
[<SealedAttribute>]
type TSqlModelOptions =  class end
public final class TSqlModelOptions

TSqlModelOptions 型別公開下列成員。

建構函式

  名稱 說明
公用方法 TSqlModelOptions Constructs the TSqlModelOptions

上層

屬性

  名稱 說明
公用屬性 AllowSnapshotIsolation Specifies the ALLOW_SNAPSHOT_ISOLATION database option.
公用屬性 AnsiNullDefaultOn Specifies the ANSI_NULL_DEFAULT database option.
公用屬性 AnsiNullsOn Specifies the ANSI_NULLS database option.
公用屬性 AnsiPaddingOn Specifies the ANSI_PADDING database option.
公用屬性 AnsiWarningsOn Specifies the ANSI_WARNINGS database option.
公用屬性 ArithAbortOn Specifies the ARITH_ABORT database option.
公用屬性 AutoClose Specifies the AUTO_CLOSE database option.
公用屬性 AutoCreateStatistics Specifies the AUTO_CREATE_STATISTICS
公用屬性 AutoShrink Specifies the AUTO_SHRINK database option.
公用屬性 AutoUpdateStatistics Specifies the AUTO_UPDATE_STATISTICS database option.
公用屬性 AutoUpdateStatisticsAsync Specifies the AUTO_UPDATE_STATISTICS_ASYNC database option.
公用屬性 ChangeTrackingAutoCleanup Specifies the AUTO_CLEANUP database option.
公用屬性 ChangeTrackingEnabled Specifies the CHANGE_TRACKING database option.
公用屬性 ChangeTrackingRetentionPeriod Specifies the period of the CHANGE_RETENTION database option.
公用屬性 ChangeTrackingRetentionUnit Specifies the unit of the CHANGE_RETENTION database option.
公用屬性 Collation Specifies the Collation to use for the model. This is a string such as "SQL_Latin1_General_CP1_CI_AS", which must be a valid SQL Server Collation Name
公用屬性 CompatibilityLevel Specifies the COMPATIBILITY_LEVEL database option.
公用屬性 ConcatNullYieldsNull Specifies the CONCAT_NULL_YIELDS_NULL database option.
公用屬性 Containment Specifies the CONTAINMENT database option.
公用屬性 CursorCloseOnCommit Specifies the CURSOR_CLOSE_ON_COMMIT database option.
公用屬性 CursorDefaultGlobalScope Specifies the CURSOR_DEFAULT database option.
公用屬性 DatabaseStateOffline Specifies the ONLINE | OFFLINE database option.
公用屬性 DateCorrelationOptimizationOn Specifies the DATE_CORRELATION_OPTIMIZATION database option.
公用屬性 DBChainingOn Specifies the DB_CHAINING database option.
公用屬性 DefaultFullTextLanguage Specifies the DEFAULT_FULLTEXT_LANGUAGE database option.
公用屬性 DefaultLanguage Specifies the DEFAULT_LANGUAGE database option.
公用屬性 FileStreamDirectoryName Specifies the DIRECTORY_NAME database option.
公用屬性 FullTextEnabled Specifies the sp_fulltext_database database option.
公用屬性 HonorBrokerPriority Specifies the HONOR_BROKER_PRIORITY database option.
公用屬性 NestedTriggersOn Specifies the NESTED_TRIGGER database option.
公用屬性 NonTransactedFileStreamAccess Specifies the NON_TRANSACTED_ACCESS database option.
公用屬性 NumericRoundAbortOn Specifies the NUMERIC_ROUNDABORT database option.
公用屬性 PageVerifyMode Specifies the PAGE_VERIFY database option.
公用屬性 ParameterizationOption Specifies the PARAMETERIZATION database option.
公用屬性 QuotedIdentifierOn Specifies the QUOTED_IDENTIFIER database option.
公用屬性 ReadOnly Specifies the READ_ONLY | READ_WRITE database option.
公用屬性 RecoveryMode Specifies the RECOVERY database option.
公用屬性 RecursiveTriggersOn Specifies the RECURSIVE_TRIGGERS database option.
公用屬性 ServiceBrokerOption Specifies the ENABLE_BROKER | DISABLE_BROKER | NEW_BROKER | ERROR_BROKER_CONVERSATIONS database option.
公用屬性 StorageType Specifies the storage type - in memory or file backed. Default value is Memory
公用屬性 SupplementalLoggingOn Specifies the SUPPLEMENTAL_LOGGING database option.
公用屬性 TargetRecoveryTimePeriod Specifies the period of the TARGET_RECOVERY_TIME database option.
公用屬性 TargetRecoveryTimeUnit Specifies the unit of the TARGET_RECOVERY_TIME database option.
公用屬性 TornPageProtectionOn Specifies the TORN_PAGE_DETECTION database option.
公用屬性 TransactionIsolationReadCommittedSnapshot Specifies the READ_COMMITTED_SNAPSHOT database option.
公用屬性 TransformNoiseWords Specifies the TRANSFORM_NOISE_WORDS database option.
公用屬性 Trustworthy Specifies the TRUSTWORTHY database option.
公用屬性 TwoDigitYearCutoff Specifies the TWO_DIGIT_YEAR_CUTOFF database option.
公用屬性 UserAccessOption Specifies the SINGLE_USER | RESTRICTED_USER | MULTI_USER database option.
公用屬性 VardecimalStorageFormatOn Specifies the sp_db_vardecimal_storage_format database option.
公用屬性 WithEncryption Specifies the ENCRYPTION database option.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dac.Model 命名空間