Compartilhar via


Propriedade do RDL LiteralAvailabilityGroupOption.Value

Gets or sets the option value.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Value As Literal 
    Get 
    Set
'Uso
Dim instance As LiteralAvailabilityGroupOption 
Dim value As Literal 

value = instance.Value

instance.Value = value
public Literal Value { get; set; }
public:
property Literal^ Value {
    Literal^ get ();
    void set (Literal^ value);
}
member Value : Literal with get, set
function get Value () : Literal 
function set Value (value : Literal)

Valor da propriedade

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

Consulte também

Referência

LiteralAvailabilityGroupOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom