Freigeben über


IDbTransactionExtension.AllowMultiConnection-Eigenschaft

Indicates whether the provider extension allows a single transaction to be used across multiple connections.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property AllowMultiConnection As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
A value of true if the provider allows a single transaction to be used across multiple connections; otherwise, false.

Siehe auch

Verweis

IDbTransactionExtension Schnittstelle

Microsoft.ReportingServices.DataProcessing-Namespace