Specifies the kinds of restore option.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration RestoreOptionKind
用法
Dim instance As RestoreOptionKind
[SerializableAttribute]
public enum RestoreOptionKind
[SerializableAttribute]
public enum class RestoreOptionKind
[<SerializableAttribute>]
type RestoreOptionKind
public enum RestoreOptionKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |