ForEachLoopClass.TransactionOption Property

Definition

Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions.

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

Property Value

One of the values of the DTSTransactionOption enumeration that indicates if this container can be part of transactions.

Implements

Applies to