Partager via


Propriété EventHandlerClass.TransactionOption

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a value that indicates whether the container participates in transactions.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property TransactionOption As DTSTransactionOption 
    Get 
    Set
'Utilisation
Dim instance As EventHandlerClass 
Dim value As DTSTransactionOption 

value = instance.TransactionOption

instance.TransactionOption = value
public virtual DTSTransactionOption TransactionOption { get; set; }
public:
virtual property DTSTransactionOption TransactionOption {
    DTSTransactionOption get ();
    void set (DTSTransactionOption value);
}
abstract TransactionOption : DTSTransactionOption with get, set 
override TransactionOption : DTSTransactionOption with get, set
function get TransactionOption () : DTSTransactionOption 
function set TransactionOption (value : DTSTransactionOption)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSTransactionOption
One of the enumeration values of the DTSTransactionOption enumeration that indicates if this container can be part of transactions.

Implémente

IDTSContainer100.TransactionOption

Voir aussi

Référence

EventHandlerClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper