Freigeben über


DatabaseOptions-Klasse

Model schema container class for DatabaseOptions

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.DatabaseOptions

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

Syntax

'Declaration
Public NotInheritable Class DatabaseOptions
'Usage
public static class DatabaseOptions
public ref class DatabaseOptions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DatabaseOptions =  class end
public final class DatabaseOptions

Der DatabaseOptions-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AllowSnapshotIsolation AllowSnapshotIsolation property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AnsiNullDefaultOn AnsiNullDefaultOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AnsiNullsOn AnsiNullsOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AnsiPaddingOn AnsiPaddingOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AnsiWarningsOn AnsiWarningsOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ArithAbortOn ArithAbortOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AutoClose AutoClose property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AutoCreateStatistics AutoCreateStatistics property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AutoShrink AutoShrink property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AutoUpdateStatistics AutoUpdateStatistics property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element AutoUpdateStatisticsAsync AutoUpdateStatisticsAsync property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ChangeTrackingAutoCleanup ChangeTrackingAutoCleanup property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ChangeTrackingEnabled ChangeTrackingEnabled property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ChangeTrackingRetentionPeriod ChangeTrackingRetentionPeriod property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ChangeTrackingRetentionUnit ChangeTrackingRetentionUnit property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element Collation Collation property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element CompatibilityLevel CompatibilityLevel property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ConcatNullYieldsNull ConcatNullYieldsNull property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element Containment Containment property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element CursorCloseOnCommit CursorCloseOnCommit property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element CursorDefaultGlobalScope CursorDefaultGlobalScope property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DatabaseStateOffline DatabaseStateOffline property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DateCorrelationOptimizationOn DateCorrelationOptimizationOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DBChainingOn DBChainingOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DefaultFilegroup DefaultFilegroup relationship class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DefaultFileStreamFilegroup DefaultFileStreamFilegroup relationship class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DefaultFullTextLanguage DefaultFullTextLanguage property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element DefaultLanguage DefaultLanguage property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element FileStreamDirectoryName FileStreamDirectoryName property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element FullTextEnabled FullTextEnabled property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element HonorBrokerPriority HonorBrokerPriority property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element NestedTriggersOn NestedTriggersOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element NonTransactedFileStreamAccess NonTransactedFileStreamAccess property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element NumericRoundAbortOn NumericRoundAbortOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element PageVerifyMode PageVerifyMode property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ParameterizationOption ParameterizationOption property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element QuotedIdentifierOn QuotedIdentifierOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ReadOnly ReadOnly property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element RecoveryMode RecoveryMode property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element RecursiveTriggersOn RecursiveTriggersOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element ServiceBrokerOption ServiceBrokerOption property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element SupplementalLoggingOn SupplementalLoggingOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TargetRecoveryTimePeriod TargetRecoveryTimePeriod property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TargetRecoveryTimeUnit TargetRecoveryTimeUnit property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TornPageProtectionOn TornPageProtectionOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TransactionIsolationReadCommittedSnapshot TransactionIsolationReadCommittedSnapshot property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TransformNoiseWords TransformNoiseWords property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element Trustworthy Trustworthy property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TwoDigitYearCutoff TwoDigitYearCutoff property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element TypeClass Type class for DatabaseOptions
Öffentliche EigenschaftStatisches Element UserAccessOption UserAccessOption property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element VardecimalStorageFormatOn VardecimalStorageFormatOn property class of DatabaseOptions
Öffentliche EigenschaftStatisches Element WithEncryption WithEncryption property class of DatabaseOptions

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