DataConnectionSupport.ConnectionString Property

Retrieves or sets a string representation of information required to establish a given data source connection.

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

Syntax

'Declaration
Public MustOverride Property ConnectionString As String
    Get
    Set
public abstract string ConnectionString { get; set; }
public:
virtual property String^ ConnectionString {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract ConnectionString : string with get, set
abstract function get ConnectionString () : String
abstract function set ConnectionString (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

DataConnectionSupport Class

Microsoft.VisualStudio.Data Namespace