IDTSContainer100.TransactionOption プロパティ

定義

コンテナがトランザクションに参加するかどうかを示す DTSTransactionOption 列挙値を取得または設定します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTransactionOption TransactionOption { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTransactionOption get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSTransactionOption value); };
[System.Runtime.InteropServices.DispId(25)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTransactionOption TransactionOption { [System.Runtime.InteropServices.DispId(25)] get; [System.Runtime.InteropServices.DispId(25)] set; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
[<set: System.Runtime.InteropServices.DispId(25)>]
member this.TransactionOption : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTransactionOption with get, set
Public Property TransactionOption As DTSTransactionOption

プロパティ値

このコンテナがトランザクションの一部であるかどうかを示す DTSTransactionOption 列挙です。

属性

注釈

詳細については、DtsContainerを参照してください。

適用対象