Share via


IVsDataConnectionSupport.ConnectionString Property

When implemented by a class, gets or sets a string representation of information required to establish a specified data source connection.

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

Syntax

'Declaration
Property ConnectionString As String
string ConnectionString { get; set; }
property String^ ConnectionString {
    String^ get ();
    void set (String^ value);
}
abstract ConnectionString : string with get, set
function get ConnectionString () : String 
function set ConnectionString (value : String)

Property Value

Type: System.String
A string representation of the data source connection information.

.NET Framework Security

See Also

Reference

IVsDataConnectionSupport Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace