다음을 통해 공유


OriginalConnectStringExpressionBased 속성

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

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
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.