DataSourceDefinition.OriginalConnectStringExpressionBased Property

Definition

Indicates whether the original connection string for the data source was expression-based. Read-only.

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

A Boolean value indicating whether the original connection string for the data source was expression-based.

Remarks

Expression-based connection strings are not supported in shared data sources.

Applies to