次の方法で共有


DataSourceDefinition.OriginalConnectStringExpressionBased プロパティ

データ ソースの元の接続文字列が式に基づいていたかどうかを示します。 読み取り専用です。

名前空間:  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
データ ソースの元の接続文字列が式に基づいていたかどうかを示す Boolean 値です。

説明

式に基づく接続文字列は、共有データ ソースではサポートされていません。

関連項目

参照

DataSourceDefinition クラス

ReportService2005 名前空間