共用方式為


RestoreStatementKind 列舉型別

指定 RESTORE 陳述式類型。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class RestoreStatementKind
[<SerializableAttribute>]
type RestoreStatementKind
public enum RestoreStatementKind

成員

成員名稱 說明
None 類型為 None。
Database 類型為 Database。
TransactionLog 類型為 TransactionLog。
FileListOnly 類型為 FileListOnly。
VerifyOnly 類型為 VerifyOnly。
LabelOnly 類型為 LabelOnly。
RewindOnly 類型為 RewindOnly。
HeaderOnly 類型為 HeaderOnly。

請參閱

參考

Microsoft.Data.Schema.ScriptDom.Sql 命名空間