ForEachLoopClass.TransactionOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.