Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the provider extension allows a single transaction to be used across multiple connections.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblys: 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
Eigenschaftswert
Typ: System.Boolean
A value of true if the provider allows a single transaction to be used across multiple connections; otherwise, false.