EventHandlerClass.TransactionOption プロパティ

定義

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSTransactionOption TransactionOption { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSTransactionOption get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSTransactionOption value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSTransactionOption TransactionOption { get; set; }
member this.TransactionOption : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSTransactionOption with get, set
Public Overridable Property TransactionOption As DTSTransactionOption

プロパティ値

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

実装

適用対象