DataSourceDefinition.UseOriginalConnectString Property

Definition

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

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

Property Value

A Boolean value.

Remarks

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

Applies to