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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.