DataSourceDefinition.OriginalConnectStringExpressionBased Property

Definition

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.

Applies to