语言

ForLoopClass.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 枚举,指示该容器是否可以成为交易的一部分。

实现

适用于