Compartir a través de


ForEachLoopClass.IsolationLevel Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Property IsolationLevel As Integer 
    Get 
    Set
'Uso
Dim instance As ForEachLoopClass 
Dim value As Integer 

value = instance.IsolationLevel

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

Valor de la propiedad

Tipo: System.Int32
An integer value that corresponds to the isolation level.

Implementa

IDTSContainer100.IsolationLevel

Vea también

Referencia

ForEachLoopClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper