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
- 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.
See Also
Reference
IVsDataConnectionDialog Interface