SimpleRestoreOption.Option 属性

获取或设置还原选项类型。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

SimpleRestoreOption 类

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