다음을 통해 공유


AllowMultiConnection 속성

Indicates whether the provider extension allows a single transaction to be used across multiple connections.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:  Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces

구문

‘선언
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.