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
    Get
    Set
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。

.NET Framework 安全性

请参见

参考

CreationDispositionKeyOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间