Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt die Wiederherstellungsoptionsart an.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RestoreOptionKind
[SerializableAttribute]
public enum RestoreOptionKind
[SerializableAttribute]
public enum class RestoreOptionKind
[<SerializableAttribute>]
type RestoreOptionKind
public enum RestoreOptionKind
Member
| Membername | Beschreibung | |
|---|---|---|
| None | Die Art ist None. | |
| NoLog | Die Art ist NoLog. | |
| Checksum | Die Art ist Checksum. | |
| NoChecksum | Die Art ist NoChecksum. | |
| ContinueAfterError | Die Art ist ContinueAfterError. | |
| StopOnError | Die Art ist StopOnError. | |
| Unload | Die Art ist Unload. | |
| NoUnload | Die Art ist NoUnload. | |
| Rewind | Die Art ist Rewind. | |
| NoRewind | Die Art ist NoRewind. | |
| NoRecovery | Die Art ist NoRecovery. | |
| Recovery | Die Art ist Recovery. | |
| Replace | Die Art ist Replace. | |
| Restart | Die Art ist Restart. | |
| Verbose | Die Art ist Verbose. | |
| LoadHistory | Die Art ist LoadHistory. | |
| DboOnly | Die Art ist DboOnly. | |
| RestrictedUser | Die Art ist RestrictedUser. | |
| Partial | Die Art ist Partial. | |
| Snapshot | Die Art ist Snapshot. | |
| KeepReplication | Die Art ist KeepReplication. | |
| Online | Die Art ist Online. | |
| CommitDifferentialBase | Die Art ist CommitDifferentialBase. | |
| SnapshotImport | Die Art ist SnapshotImport. | |
| EnableBroker | Die Art ist EnableBroker. | |
| NewBroker | Die Art ist NewBroker. | |
| ErrorBrokerConversations | Die Art ist ErrorBrokerConversations. | |
| Stats | Die Art ist Stats. | |
| File | Die Art ist File. | |
| StopAt | Die Art ist StopAt. | |
| MediaName | Die Art ist MediaName. | |
| MediaPassword | Die Art ist MediaPassword. | |
| Password | Die Art ist Password. | |
| BlockSize | Die Art ist BlockSize. | |
| BufferCount | Die Art ist BufferCount. | |
| MaxTransferSize | Die Art ist MaxTransferSize. | |
| Standby | Die Art ist Standby. | |
| EnhancedIntegrity | Die Art ist EnhancedIntegrity. | |
| SnapshotRestorePhase | Die Art ist SnapshotRestorePhase. |