AllowMultiConnection 属性
Indicates whether the provider extension allows a single transaction to be used across multiple connections.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: 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.