次の方法で共有


ManagedWrapper.SupportsDTCTransactions プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ラッパーが DTCT トランザクションをサポートしているかどうかを取得します。

名前空間:  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
ラッパーが DTCT トランザクションをサポートしている場合は true、サポートしていない場合は false です。

実装

IDTSConnectionManager100.SupportsDTCTransactions

関連項目

参照

ManagedWrapper クラス

Microsoft.SqlServer.Dts.Runtime 名前空間