Gets or sets whether CREATE_NEW is specified.
命名空間: 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
True if CREATE_NEW was specified, false in case of OPEN_EXISTING.