共用方式為


RestoreOptionKind 列舉

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.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間