Compartilhar via


Propriedade CreationDispositionKeyOption.IsCreateNew

Obtém ou define se semânticas CREATE_NEW for especificado.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se semânticas CREATE_NEW foi especificado, false em caso de OPEN_EXISTING.

Segurança do .NET Framework

Consulte também

Referência

CreationDispositionKeyOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql