Connection プロパティ

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

名前空間:  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