Freigeben über


IVsDataConnectionDialog.CreateNewConnection-Eigenschaft

Ruft ab oder legt diesen Wert fest Boolean, ob eine neue Verbindung erstellt werden soll.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
Ein Zahl Boolean-Wert, ob eine neue Verbindung erstellt werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataConnectionDialog Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace