RestoreStatementKind 列挙体

RESTORE ステートメントの種類を指定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Enumeration RestoreStatementKind
'使用
Dim instance As RestoreStatementKind
[SerializableAttribute]
public enum RestoreStatementKind
[SerializableAttribute]
public enum class 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 名前空間