OriginalConnectStringExpressionBased 属性
Gets a value that indicates whether the original connection string for the data source was expression-based.
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.dll 中)
语法
声明
Public Property OriginalConnectStringExpressionBased As Boolean
Get
Set
用法
Dim instance As DataSourceDefinition
Dim value As Boolean
value = instance.OriginalConnectStringExpressionBased
instance.OriginalConnectStringExpressionBased = value
public bool OriginalConnectStringExpressionBased { get; set; }
public:
property bool OriginalConnectStringExpressionBased {
bool get ();
void set (bool value);
}
member OriginalConnectStringExpressionBased : bool with get, set
function get OriginalConnectStringExpressionBased () : boolean
function set OriginalConnectStringExpressionBased (value : boolean)
属性值
类型:System. . :: . .Boolean
true if the original connection string for the data source is expression-based; otherwise, false. The default is false.
注释
Expression-based connection strings are not supported in shared data sources.