次の方法で共有


IDbTransactionExtension.AllowMultiConnection プロパティ

プロバイダー拡張機能により、複数の接続間で単一のトランザクションの使用を許可するかどうかを指定します。

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

構文

'宣言
ReadOnly Property AllowMultiConnection As Boolean 
    Get
'使用
Dim instance As IDbTransactionExtension 
Dim value As Boolean 

value = instance.AllowMultiConnection
bool AllowMultiConnection { get; }
property bool AllowMultiConnection {
    bool get ();
}
abstract AllowMultiConnection : bool
function get AllowMultiConnection () : boolean

プロパティ値

型: System.Boolean
プロバイダーが複数の接続間での単一のトランザクションの使用を許可する場合は値が true となり、許可しない場合は false となります。

関連項目

参照

IDbTransactionExtension インターフェイス

Microsoft.ReportingServices.DataProcessing 名前空間