PageVerifyDatabaseOption.Value 属性

Gets or sets the actual option value.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Value As PageVerifyDatabaseOptionKind 
    Get 
    Set
用法
Dim instance As PageVerifyDatabaseOption 
Dim value As PageVerifyDatabaseOptionKind 

value = instance.Value

instance.Value = value
public PageVerifyDatabaseOptionKind Value { get; set; }
public:
property PageVerifyDatabaseOptionKind Value {
    PageVerifyDatabaseOptionKind get ();
    void set (PageVerifyDatabaseOptionKind value);
}
member Value : PageVerifyDatabaseOptionKind with get, set
function get Value () : PageVerifyDatabaseOptionKind 
function set Value (value : PageVerifyDatabaseOptionKind)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.PageVerifyDatabaseOptionKind
The actual option value.

请参阅

参考

PageVerifyDatabaseOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间