Compartir a través de


IDbTransactionExtension.AllowMultiConnection Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDbTransactionExtension Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing