IDTSContainer100.TransactionOption Proprietà

Definizione

Ottiene o imposta un valore di enumerazione DTSTransactionOption che indica se il contenitore partecipa alle transazioni.

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

Valore della proprietà

DTSTransactionOption

Enumerazione DTSTransactionOption che indica se questo contenitore può partecipare alle transazioni.

Attributi

Commenti

Per altre informazioni, vedere DtsContainer.

Si applica a