次の方法で共有


IDbConnectionWrapper.Connection プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

データ ソースへの接続を取得します。

名前空間:  Microsoft.ReportingServices.DataProcessing
アセンブリ:   Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
ReadOnly Property Connection As IDbConnection 
    Get
'使用
Dim instance As IDbConnectionWrapper 
Dim value As IDbConnection 

value = instance.Connection
IDbConnection Connection { get; }
property IDbConnection^ Connection {
    IDbConnection^ get ();
}
abstract Connection : IDbConnection
function get Connection () : IDbConnection

プロパティ値

型: System.Data.IDbConnection
データ ソースへの接続を表す IDbConnection オブジェクトです。

関連項目

参照

IDbConnectionWrapper インターフェイス

Microsoft.ReportingServices.DataProcessing 名前空間