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 です |