Propriété IDTSContainer100.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 DTSTransactionOption enumeration 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
Property TransactionOption As DTSTransactionOption
Get
Set
'Utilisation
Dim instance As IDTSContainer100
Dim value As DTSTransactionOption
value = instance.TransactionOption
instance.TransactionOption = value
DTSTransactionOption TransactionOption { get; set; }
property DTSTransactionOption TransactionOption {
DTSTransactionOption get ();
void set (DTSTransactionOption value);
}
abstract 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
A DTSTransactionOption enumeration that indicates if this container can be part of transactions.
Notes
For more information, see DtsContainer.