DropClusteredConstraintValueOption.OptionValue Property
Gets or sets the option value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionValue As Literal
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The option value.