Свойство AllowMultiConnection
Indicates whether the provider extension allows a single transaction to be used across multiple connections.
Пространство имен: Microsoft.ReportingServices.DataProcessing
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
ReadOnly Property AllowMultiConnection As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
A value of true if the provider allows a single transaction to be used across multiple connections; otherwise, false.