Partilhar via


Propriedade do RDL IDbTransactionExtension.AllowMultiConnection

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 (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property AllowMultiConnection As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDbTransactionExtension Interface

Namespace Microsoft.ReportingServices.DataProcessing