다음을 통해 공유


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 네임스페이스