Proprietà AllowMultiConnection
Indicates whether the provider extension allows a single transaction to be used across multiple connections.
Spazio dei nomi: Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property AllowMultiConnection As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A value of true if the provider allows a single transaction to be used across multiple connections; otherwise, false.