PageVerifyAlterDatabaseOption.Value Property

Gets or sets the actual option value.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Value As PageVerifyAlterDatabaseOptionKind
public PageVerifyAlterDatabaseOptionKind Value { get; set; }
public:
property PageVerifyAlterDatabaseOptionKind Value {
    PageVerifyAlterDatabaseOptionKind get ();
    void set (PageVerifyAlterDatabaseOptionKind value);
}
member Value : PageVerifyAlterDatabaseOptionKind with get, set
function get Value () : PageVerifyAlterDatabaseOptionKind
function set Value (value : PageVerifyAlterDatabaseOptionKind)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.PageVerifyAlterDatabaseOptionKind

.NET Framework Security

See Also

Reference

PageVerifyAlterDatabaseOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace