共用方式為


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.