SupportsDTCTransactions-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see ConnectionManager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property SupportsDTCTransactions As Boolean
    Get
'Usage
Dim instance As IDTSConnectionManager100
Dim value As Boolean

value = instance.SupportsDTCTransactions
bool SupportsDTCTransactions { get; }
property bool SupportsDTCTransactions {
    bool get ();
}
abstract SupportsDTCTransactions : bool
function get SupportsDTCTransactions () : boolean

Eigenschaftenwert

Typ: System. . :: . .Boolean