DataSourceDefinition.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.