Compartir a través de


StateAuditOption.Value Propiedad

Gets or sets the option value.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Value As OptionState 
    Get 
    Set
'Uso
Dim instance As StateAuditOption 
Dim value As OptionState 

value = instance.Value

instance.Value = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.OptionState
The option value.

Vea también

Referencia

StateAuditOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom