PackageClass.TransactionOption Property

Definition

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSTransactionOption TransactionOption { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSTransactionOption get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSTransactionOption value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSTransactionOption TransactionOption { get; set; }
member this.TransactionOption : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.

Implements

Remarks

For more information, see Package.

Applies to