RestoreStatement.Kind 属性

获取或设置 RESTORE 语句的类型。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Kind As RestoreStatementKind
    Get
    Set
public RestoreStatementKind Kind { get; set; }
public:
property RestoreStatementKind Kind {
    RestoreStatementKind get ();
    void set (RestoreStatementKind value);
}
member Kind : RestoreStatementKind with get, set
function get Kind () : RestoreStatementKind
function set Kind (value : RestoreStatementKind)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.RestoreStatementKind
返回一个 RestoreStatementKind 枚举值。

备注

区分还原数据库/事务日志和(已过时)HEADERONLY 情况。

.NET Framework 安全性

请参见

参考

RestoreStatement 类

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