DataSourceDefinition.OriginalConnectStringExpressionBased 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 a value that indicates whether the original connection string for the data source was expression-based.
public:
property bool OriginalConnectStringExpressionBased { bool get(); void set(bool value); };
public bool OriginalConnectStringExpressionBased { get; set; }
member this.OriginalConnectStringExpressionBased : bool with get, set
Public Property OriginalConnectStringExpressionBased As Boolean
Property Value
true
if the original connection string for the data source is expression-based; otherwise, false
. The default is false
.
Remarks
Expression-based connection strings are not supported in shared data sources.