IDTSContainer100.TransactionOption プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSTransactionOption TransactionOption { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSTransactionOption get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSTransactionOption value); };
[System.Runtime.InteropServices.DispId(25)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.DTSTransactionOption with get, set
Public Property TransactionOption As DTSTransactionOption

プロパティ値

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

属性

注釈

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

適用対象