DataConnectionSupport.ConnectionString Property

Definition

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

public:
 abstract property System::String ^ ConnectionString { System::String ^ get(); void set(System::String ^ value); };
public abstract string ConnectionString { get; set; }
member this.ConnectionString : string with get, set
Public MustOverride Property ConnectionString As String

Property Value

Returns a string representation of the data source connection information.

Applies to