Compartilhar via


Propriedade do RDL DropClusteredConstraintValueOption.OptionValue

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 OptionValue As Literal 
    Get 
    Set
'Uso
Dim instance As DropClusteredConstraintValueOption 
Dim value As Literal 

value = instance.OptionValue

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

Valor da propriedade

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

Consulte também

Referência

DropClusteredConstraintValueOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom