RecoveryAlterDatabaseOption.Value 属性

获取或设置选项值。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

RecoveryAlterDatabaseOption 类

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