ManagedWrapper.SupportsDTCTransactions 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets whether the wrapper supports DTCT transactions.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public ReadOnly Property SupportsDTCTransactions As Boolean
Get
用法
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
属性值
类型:System.Boolean
True if the wrapper supports DTCT transactions.; otherwise, false.
实现
IDTSConnectionManager100.SupportsDTCTransactions