Compartir a través de


IsolationLevel Propiedad

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

For more information, see DtsContainer.

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

Sintaxis

'Declaración
Property IsolationLevel As Integer
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Int32