Proprietà IDTSContainer100.IsolationLevel

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the isolation level of the transaction in the IDTSContainer100 object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property IsolationLevel As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSContainer100 
Dim value As Integer 

value = instance.IsolationLevel

instance.IsolationLevel = value
int IsolationLevel { get; set; }
property int IsolationLevel {
    int get ();
    void set (int value);
}
abstract IsolationLevel : int with get, set
function get IsolationLevel () : int 
function set IsolationLevel (value : int)

Valore proprietà

Tipo: System.Int32
The isolation level of the transaction in the IDTSContainer100 object.

Osservazioni

For more information, see DtsContainer.

Vedere anche

Riferimento

IDTSContainer100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper