DropClusteredConstraintValueOption.OptionValue 屬性

Gets or sets the option value.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property OptionValue As Literal 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The option value.

請參閱

參考

DropClusteredConstraintValueOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間