PackageRemote32Class.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 package.
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 PackageRemote32Class
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
The isolation level of the transaction.
Implementa
IDTSContainer100.IsolationLevel