DesignerDataConnection.ConnectionString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.