Propriedade PageVerifyAlterDatabaseOption.Value
Obtém ou define o valor da opção real.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
Public Property Value As PageVerifyAlterDatabaseOptionKind
Get
Set
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)
Valor de propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PageVerifyAlterDatabaseOptionKind
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.