PackageRemote32Class.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 package 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
A DTSTransactionOption enumeration that indicates if the package can be part of transactions.