Share via


IDTSContainer100.TransactionOption Propiedad

Definición

public:
 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); };
[System.Runtime.InteropServices.DispId(25)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSTransactionOption TransactionOption { [System.Runtime.InteropServices.DispId(25)] get; [System.Runtime.InteropServices.DispId(25)] set; }
[<System.Runtime.InteropServices.DispId(25)>]
[<get: System.Runtime.InteropServices.DispId(25)>]
[<set: System.Runtime.InteropServices.DispId(25)>]
member this.TransactionOption : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSTransactionOption with get, set
Public Property TransactionOption As DTSTransactionOption

Valor de propiedad

Una enumeración DTSTransactionOption que indica si este contenedor puede formar parte de transacciones.

Atributos

Comentarios

Para obtener más información, vea DtsContainer.

Se aplica a