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
;否则为 false
。true
if the original connection string for the data source is expression-based; otherwise, false
. 默认值为 false
。The default is false
.
Remarks
共享数据源不支持基于表达式的连接字符串。Expression-based connection strings are not supported in shared data sources.