CreationDispositionKeyOption.IsCreateNew プロパティ

CREATE_NEW が指定されているかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property IsCreateNew As Boolean
'使用
Dim instance As CreationDispositionKeyOption
Dim value As Boolean

value = instance.IsCreateNew

instance.IsCreateNew = value
public bool IsCreateNew { get; set; }
public:
property bool IsCreateNew {
    bool get ();
    void set (bool value);
}
public function get IsCreateNew () : boolean
public function set IsCreateNew (value : boolean)

プロパティ値

型 : System.Boolean
CREATE_NEW が指定されている場合は TRUE、OPEN_EXISTING が指定されている場合は FALSE を返します。

参照

参照

CreationDispositionKeyOption クラス

CreationDispositionKeyOption メンバ

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