Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the provider extension allows a single transaction to be used across multiple connections.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: 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
Property Value
Type: System.Boolean
A value of true if the provider allows a single transaction to be used across multiple connections; otherwise, false.