RestoreStatement.Kind プロパティ

RESTORE ステートメントの種類を取得または設定します。

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

構文

'宣言
Public Property Kind As RestoreStatementKind
'使用
Dim instance As RestoreStatement
Dim value As RestoreStatementKind

value = instance.Kind

instance.Kind = value
public RestoreStatementKind Kind { get; set; }
public:
property RestoreStatementKind Kind {
    RestoreStatementKind get ();
    void set (RestoreStatementKind value);
}
public function get Kind () : RestoreStatementKind
public function set Kind (value : RestoreStatementKind)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.RestoreStatementKind
RestoreStatementKind 列挙値を返します。

解説

データベース/トランザクション ログの復元と (現在は使用されていない) RESTORE HEADERONLY を区別します。

参照

参照

RestoreStatement クラス

RestoreStatement メンバ

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