共用方式為


RestoreStatementKind 列舉

Specifies the kinds of restore statement.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
'用途
Dim instance As RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind

成員

成員名稱 說明
Database The kind is Database.
FileListOnly The kind is FileListOnly.
HeaderOnly The kind is HeaderOnly.
LabelOnly The kind is LabelOnly.
None The kind is None.
RewindOnly The kind is RewindOnly.
TransactionLog The kind is TransactionLog.
VerifyOnly The kind is VerifyOnly.

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間