次の方法で共有


DefaultConstraint.WithValues プロパティ

WITH VALUES トークンが定義されたかどうかを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property WithValues As Boolean
'使用
Dim instance As DefaultConstraint
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);
}
public function get WithValues () : boolean
public function set WithValues (value : boolean)

プロパティ値

型 : System.Boolean
WITH VALUES トークンが定義された場合は True を返します。それ以外の場合は False を返します。

参照

参照

DefaultConstraint クラス

DefaultConstraint メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間