IsolationLevel Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente 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