Compartilhar via


Propriedade do RDL IDTSContainer100.IsolationLevel

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

For more information, see DtsContainer.

Consulte também

Referência

IDTSContainer100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper