言語

IDbCommand.Transaction プロパティ

定義

SQL Server Reporting ServicesのデータプロバイダーのCommandオブジェクトが実行されるトランザクションを取得したり設定したりします。

public:
 property Microsoft::ReportingServices::DataProcessing::IDbTransaction ^ Transaction { Microsoft::ReportingServices::DataProcessing::IDbTransaction ^ get(); void set(Microsoft::ReportingServices::DataProcessing::IDbTransaction ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbTransaction Transaction { get; set; }
member this.Transaction : Microsoft.ReportingServices.DataProcessing.IDbTransaction with get, set
Public Property Transaction As IDbTransaction

プロパティ値

Reporting Servicesのデータプロバイダー実行のトランザクションオブジェクト。 既定値は、null 参照 (Visual Basic では Nothing) です。

適用対象