Share via


DataConnectionSupport.ConnectionString Property

Gets or sets a string representation of information required to establish a specified data source connection.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public MustOverride Property ConnectionString As String
'Usage
Dim instance As DataConnectionSupport 
Dim value As String 

value = instance.ConnectionString

instance.ConnectionString = value
public abstract string ConnectionString { get; set; }
public:
virtual property String^ ConnectionString {
    String^ get () abstract;
    void set (String^ value) abstract;
}
public abstract function get ConnectionString () : String 
public abstract function set ConnectionString (value : String)

Property Value

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

Implements

IVsDataConnectionSupport.ConnectionString

Remarks

Notes to Inheritors:

The derived class should override this method.

.NET Framework Security

See Also

Reference

DataConnectionSupport Class

DataConnectionSupport Members

Microsoft.VisualStudio.Data.Framework Namespace