次の方法で共有


ConnectionProperties.DataProvider プロパティ

使用するデータ処理拡張機能を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property DataProvider As String 
    Get 
    Set
'使用
Dim instance As ConnectionProperties 
Dim value As String 

value = instance.DataProvider

instance.DataProvider = value
public string DataProvider { get; set; }
public:
property String^ DataProvider {
    String^ get ();
    void set (String^ value);
}
member DataProvider : string with get, set
function get DataProvider () : String 
function set DataProvider (value : String)

プロパティ値

型: System.String
使用するデータ処理拡張機能。

関連項目

参照

ConnectionProperties クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間