DataSourceDefinition.UseOriginalConnectString Property

 

Applies To: SQL Server 2016 Preview

Specifies whether the data source should revert to the original connection string.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public bool UseOriginalConnectString { get; set; }
public:
property bool UseOriginalConnectString {
    bool get();
    void set(bool value);
}
member UseOriginalConnectString : bool with get, set
Public Property UseOriginalConnectString As Boolean

Property Value

Type: System.Boolean

A Boolean value.

Remarks

If true, then the value of the ConnectString property is ignored.

See Also

DataSourceDefinition Class
ReportService2005 Namespace

Return to top