ReserveDiskSpaceAuditFileOption.Value (Propiedad)

Obtiene o establece el valor de estado de la opción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Value As OptionState
    Get
    Set
public OptionState Value { get; set; }
public:
property OptionState Value {
    OptionState get ();
    void set (OptionState value);
}
member Value : OptionState with get, set
function get Value () : OptionState
function set Value (value : OptionState)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.OptionState
Devuelve un valor de enumeración OptionState.

Seguridad de .NET Framework

Vea también

Referencia

ReserveDiskSpaceAuditFileOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)