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
'Usage
Dim instance As IVsDataConnectionSupport 
Dim value As String 

value = instance.ConnectionString

instance.ConnectionString = value
string ConnectionString { get; set; }
property String^ ConnectionString {
    String^ get ();
    void set (String^ value);
}
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

IVsDataConnectionSupport Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace