WITH VALUES トークンが定義されているかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property WithValues As Boolean
Get
Set
'使用
Dim instance As DefaultConstraintDefinition
Dim value As Boolean
value = instance.WithValues
instance.WithValues = value
public bool WithValues { get; set; }
public:
property bool WithValues {
bool get ();
void set (bool value);
}
member WithValues : bool with get, set
function get WithValues () : boolean
function set WithValues (value : boolean)
プロパティ値
型: System.Boolean
WITH VALUES トークンが定義されている場合は true、それ以外の場合は false。