IVsDataConnectionDialog.CreateNewConnection Property

Gets or sets a Boolean value indicating whether a new connection should be created.

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

Syntax

'Declaration
Property CreateNewConnection As Boolean
'Usage
Dim instance As IVsDataConnectionDialog 
Dim value As Boolean 

value = instance.CreateNewConnection

instance.CreateNewConnection = value
bool CreateNewConnection { get; set; }
property bool CreateNewConnection {
    bool get ();
    void set (bool value);
}
function get CreateNewConnection () : boolean 
function set CreateNewConnection (value : boolean)

Property Value

Type: System.Boolean
A Boolean value indicating whether a new connection should be created.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace