DesignerDataConnection.ConnectionString Property

Definition

Gets the application connection string defined for the connection.

public:
 property System::String ^ ConnectionString { System::String ^ get(); };
public string ConnectionString { get; }
member this.ConnectionString : string
Public ReadOnly Property ConnectionString As String

Property Value

The application connection string defined for the connection.

Remarks

The ConnectionString property contains the connection string used by the application for connecting to the data store. You must use the IDataEnvironment.GetDesignTimeConnection method to return a connection string suitable for use in the design environment.

Applies to