CreationDispositionKeyOption.IsCreateNew Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether CREATE_NEW is specified.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool IsCreateNew { get; set; }
public:
property bool IsCreateNew {
    bool get();
    void set(bool value);
}
member IsCreateNew : bool with get, set
Public Property IsCreateNew As Boolean

Property Value

Type: System.Boolean

True if CREATE_NEW was specified, false in case of OPEN_EXISTING.

See Also

CreationDispositionKeyOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top