オプション値を取得または設定します。
名前空間: 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
オプション値。