Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the kinds of restore option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration RestoreOptionKind
'Usage
Dim instance As RestoreOptionKind
[SerializableAttribute]
public enum RestoreOptionKind
[SerializableAttribute]
public enum class RestoreOptionKind
[<SerializableAttribute>]
type RestoreOptionKind
public enum RestoreOptionKind
Members
Member name | Description | |
---|---|---|
BlockSize | The kind is BlockSize. | |
BufferCount | The kind is BufferCount. | |
Checksum | The kind is Checksum. | |
CommitDifferentialBase | The kind is CommitDifferentialBase. | |
ContinueAfterError | The kind is ContinueAfterError. | |
DboOnly | The kind is DboOnly. | |
EnableBroker | The kind is EnableBroker. | |
EnhancedIntegrity | The kind is EnhancedIntegrity. | |
ErrorBrokerConversations | The kind is ErrorBrokerConversations. | |
File | The kind is File. | |
FileStream | The kind is FileStream. | |
KeepReplication | The kind is KeepReplication. | |
LoadHistory | The kind is LoadHistory. | |
MaxTransferSize | The kind is MaxTransferSize. | |
MediaName | The kind is MediaName. | |
MediaPassword | The kind is MediaPassword. | |
Move | The kind is Move. | |
NewBroker | The kind is NewBroker. | |
NoChecksum | The kind is NoChecksum. | |
NoLog | The kind is NoLog. | |
NoRecovery | The kind is NoRecovery. | |
NoRewind | The kind is NoRewind. | |
NoUnload | The kind is NoUnload. | |
Online | The kind is Online. | |
Partial | The kind is Partial. | |
Password | The kind is Password. | |
Recovery | The kind is Recovery. | |
Replace | The kind is Replace. | |
Restart | The kind is Restart. | |
RestrictedUser | The kind is RestrictedUser. | |
Rewind | The kind is Rewind. | |
Snapshot | The kind is Snapshot. | |
SnapshotImport | The kind is SnapshotImport. | |
SnapshotRestorePhase | The kind is SnapshotRestorePhase. | |
Standby | The kind is Standby. | |
Stats | The kind is Stats. | |
Stop | The kind is Stop. | |
StopAt | The kind is StopAt. | |
StopOnError | The kind is StopOnError. | |
Unload | The kind is Unload. | |
Verbose | The kind is Verbose. |