次の方法で共有


CreationDispositionKeyOption.IsCreateNew プロパティ

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

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property IsCreateNew As Boolean 
    Get 
    Set
'使用
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);
}
member IsCreateNew : bool with get, set
function get IsCreateNew () : boolean 
function set IsCreateNew (value : boolean)

プロパティ値

型: System.Boolean
CREATE_NEW が指定されている場合は true、OPEN_EXISTING の場合は false。

関連項目

参照

CreationDispositionKeyOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間