ForEachLoopClass.TransactionOption プロパティ

定義

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

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

プロパティ値

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

実装

適用対象