Share via


AdoDotNetConnectionSupport.ConnectionString Property

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

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

Syntax

'Declaration
Public Overrides Property ConnectionString As String
'Usage
Dim instance As AdoDotNetConnectionSupport 
Dim value As String 

value = instance.ConnectionString

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

Property Value

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

Implements

IVsDataConnectionSupport.ConnectionString

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace