DataSourceDefinition.UseOriginalConnectString 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 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.