次の方法で共有


PageVerifyDatabaseOption.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
実際のオプションの値。

関連項目

参照

PageVerifyDatabaseOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間