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
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)
Property Value
Type: System.Boolean
A Boolean value indicating whether a new connection should be created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.