OriginalConnectStringExpressionBased 屬性
Indicates whether the original connection string for the data source was expression-based. Read-only.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.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
A Boolean value indicating whether the original connection string for the data source was expression-based.
備註
Expression-based connection strings are not supported in shared data sources.