DesignerDataConnection::ConnectionString Property

 

Gets the application connection string defined for the connection.

Namespace:   System.ComponentModel.Design.Data
Assembly:  System.Design (in System.Design.dll)

public:
property String^ ConnectionString {
	String^ get();
}

Property Value

Type: System::String^

The application connection string defined for the connection.

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.

.NET Framework
Available since 2.0
Return to top
Show: