Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionValue As ValueExpression
Get
Set
'Usage
Dim instance As QueueValueOption
Dim value As ValueExpression
value = instance.OptionValue
instance.OptionValue = value
public ValueExpression OptionValue { get; set; }
public:
property ValueExpression^ OptionValue {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member OptionValue : ValueExpression with get, set
function get OptionValue () : ValueExpression
function set OptionValue (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The value of the option.