DataSourceDefinition.UseOriginalConnectString Property

Definition

Gets or sets a value that 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

true if the data source should revert to the original connection string; otherwise, false. The default is false.

Remarks

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

Applies to