Freigeben über


TSqlModelOptions-Klasse

Defines model wide options

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class TSqlModelOptions
'Usage
Dim instance As TSqlModelOptions
public sealed class TSqlModelOptions
public ref class TSqlModelOptions sealed
[<SealedAttribute>]
type TSqlModelOptions =  class end
public final class TSqlModelOptions

Der TSqlModelOptions-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TSqlModelOptions Constructs the TSqlModelOptions

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowSnapshotIsolation Specifies the ALLOW_SNAPSHOT_ISOLATION database option.
Öffentliche Eigenschaft AnsiNullDefaultOn Specifies the ANSI_NULL_DEFAULT database option.
Öffentliche Eigenschaft AnsiNullsOn Specifies the ANSI_NULLS database option.
Öffentliche Eigenschaft AnsiPaddingOn Specifies the ANSI_PADDING database option.
Öffentliche Eigenschaft AnsiWarningsOn Specifies the ANSI_WARNINGS database option.
Öffentliche Eigenschaft ArithAbortOn Specifies the ARITH_ABORT database option.
Öffentliche Eigenschaft AutoClose Specifies the AUTO_CLOSE database option.
Öffentliche Eigenschaft AutoCreateStatistics Specifies the AUTO_CREATE_STATISTICS
Öffentliche Eigenschaft AutoShrink Specifies the AUTO_SHRINK database option.
Öffentliche Eigenschaft AutoUpdateStatistics Specifies the AUTO_UPDATE_STATISTICS database option.
Öffentliche Eigenschaft AutoUpdateStatisticsAsync Specifies the AUTO_UPDATE_STATISTICS_ASYNC database option.
Öffentliche Eigenschaft ChangeTrackingAutoCleanup Specifies the AUTO_CLEANUP database option.
Öffentliche Eigenschaft ChangeTrackingEnabled Specifies the CHANGE_TRACKING database option.
Öffentliche Eigenschaft ChangeTrackingRetentionPeriod Specifies the period of the CHANGE_RETENTION database option.
Öffentliche Eigenschaft ChangeTrackingRetentionUnit Specifies the unit of the CHANGE_RETENTION database option.
Öffentliche Eigenschaft 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
Öffentliche Eigenschaft CompatibilityLevel Specifies the COMPATIBILITY_LEVEL database option.
Öffentliche Eigenschaft ConcatNullYieldsNull Specifies the CONCAT_NULL_YIELDS_NULL database option.
Öffentliche Eigenschaft Containment Specifies the CONTAINMENT database option.
Öffentliche Eigenschaft CursorCloseOnCommit Specifies the CURSOR_CLOSE_ON_COMMIT database option.
Öffentliche Eigenschaft CursorDefaultGlobalScope Specifies the CURSOR_DEFAULT database option.
Öffentliche Eigenschaft DatabaseStateOffline Specifies the ONLINE | OFFLINE database option.
Öffentliche Eigenschaft DateCorrelationOptimizationOn Specifies the DATE_CORRELATION_OPTIMIZATION database option.
Öffentliche Eigenschaft DBChainingOn Specifies the DB_CHAINING database option.
Öffentliche Eigenschaft DefaultFullTextLanguage Specifies the DEFAULT_FULLTEXT_LANGUAGE database option.
Öffentliche Eigenschaft DefaultLanguage Specifies the DEFAULT_LANGUAGE database option.
Öffentliche Eigenschaft FileStreamDirectoryName Specifies the DIRECTORY_NAME database option.
Öffentliche Eigenschaft FullTextEnabled Specifies the sp_fulltext_database database option.
Öffentliche Eigenschaft HonorBrokerPriority Specifies the HONOR_BROKER_PRIORITY database option.
Öffentliche Eigenschaft NestedTriggersOn Specifies the NESTED_TRIGGER database option.
Öffentliche Eigenschaft NonTransactedFileStreamAccess Specifies the NON_TRANSACTED_ACCESS database option.
Öffentliche Eigenschaft NumericRoundAbortOn Specifies the NUMERIC_ROUNDABORT database option.
Öffentliche Eigenschaft PageVerifyMode Specifies the PAGE_VERIFY database option.
Öffentliche Eigenschaft ParameterizationOption Specifies the PARAMETERIZATION database option.
Öffentliche Eigenschaft QuotedIdentifierOn Specifies the QUOTED_IDENTIFIER database option.
Öffentliche Eigenschaft ReadOnly Specifies the READ_ONLY | READ_WRITE database option.
Öffentliche Eigenschaft RecoveryMode Specifies the RECOVERY database option.
Öffentliche Eigenschaft RecursiveTriggersOn Specifies the RECURSIVE_TRIGGERS database option.
Öffentliche Eigenschaft ServiceBrokerOption Specifies the ENABLE_BROKER | DISABLE_BROKER | NEW_BROKER | ERROR_BROKER_CONVERSATIONS database option.
Öffentliche Eigenschaft StorageType Specifies the storage type - in memory or file backed. Default value is Memory
Öffentliche Eigenschaft SupplementalLoggingOn Specifies the SUPPLEMENTAL_LOGGING database option.
Öffentliche Eigenschaft TargetRecoveryTimePeriod Specifies the period of the TARGET_RECOVERY_TIME database option.
Öffentliche Eigenschaft TargetRecoveryTimeUnit Specifies the unit of the TARGET_RECOVERY_TIME database option.
Öffentliche Eigenschaft TornPageProtectionOn Specifies the TORN_PAGE_DETECTION database option.
Öffentliche Eigenschaft TransactionIsolationReadCommittedSnapshot Specifies the READ_COMMITTED_SNAPSHOT database option.
Öffentliche Eigenschaft TransformNoiseWords Specifies the TRANSFORM_NOISE_WORDS database option.
Öffentliche Eigenschaft Trustworthy Specifies the TRUSTWORTHY database option.
Öffentliche Eigenschaft TwoDigitYearCutoff Specifies the TWO_DIGIT_YEAR_CUTOFF database option.
Öffentliche Eigenschaft UserAccessOption Specifies the SINGLE_USER | RESTRICTED_USER | MULTI_USER database option.
Öffentliche Eigenschaft VardecimalStorageFormatOn Specifies the sp_db_vardecimal_storage_format database option.
Öffentliche Eigenschaft WithEncryption Specifies the ENCRYPTION database option.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace