AllowMultiConnection propriété

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

Espace de noms :  Microsoft.ReportingServices.DataProcessing
Assembly :  Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property AllowMultiConnection As Boolean
    Get
'Utilisation
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

Valeur de la propriété

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