共用方式為


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 命名空間