IVsDataConnectionDialog.CreateNewConnection (Propiedad)

Obtiene o establece un valor de Boolean que indica si una nueva conexión debe crearse.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Property CreateNewConnection As Boolean
bool CreateNewConnection { get; set; }
property bool CreateNewConnection {
    bool get ();
    void set (bool value);
}
abstract CreateNewConnection : bool with get, set
function get CreateNewConnection () : boolean
function set CreateNewConnection (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Un valor de Boolean que indica si una nueva conexión debe crearse.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataConnectionDialog Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)