DataSourceDefinition.ConnectString 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 or sets the connection string for a data source.
public:
property System::String ^ ConnectString { System::String ^ get(); void set(System::String ^ value); };
public string ConnectString { get; set; }
member this.ConnectString : string with get, set
Public Property ConnectString As String
Property Value
A String
containing the connection string for a data source.
Remarks
The connection string used is specific to the data extension specified in the Extension property.
This value is ignored if the UseOriginalConnectString property is set to true
.
If no value is specified, the connection string will revert to the original string or expression defined in the report.