다음을 통해 공유


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

‘선언
Property CreateNewConnection As Boolean
    Get
    Set
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

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace