SupportsDTCTransactions-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property SupportsDTCTransactions As Boolean
Get
'Usage
Dim instance As ManagedWrapper
Dim value As Boolean
value = instance.SupportsDTCTransactions
public bool SupportsDTCTransactions { get; }
public:
virtual property bool SupportsDTCTransactions {
bool get () sealed;
}
abstract SupportsDTCTransactions : bool
override SupportsDTCTransactions : bool
final function get SupportsDTCTransactions () : boolean
Eigenschaftenwert
Implementiert
Siehe auch