CreationDispositionKeyOption.IsCreateNew (Propiedad)

Obtiene o establece un valor que indica si se ha especificado CREATE_NEW.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean
Devuelve true si se ha especificado CREATE_NEW; devuelve false en caso de OPEN_EXISTING.

Seguridad de .NET Framework

Vea también

Referencia

CreationDispositionKeyOption Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)