Compartilhar via


Interface IDTSVariableLock100

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

Defines methods for the lock of variable.

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

Sintaxe

'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")> _
Public Interface IDTSVariableLock100
'Uso
Dim instance As IDTSVariableLock100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")]
public interface IDTSVariableLock100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"22BAA75C-14C1-4210-9182-A7A5B667F8C2")]
public interface class IDTSVariableLock100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("22BAA75C-14C1-4210-9182-A7A5B667F8C2")>]
type IDTSVariableLock100 =  interface end
public interface IDTSVariableLock100

O tipo IDTSVariableLock100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público AcquireLock Infraestrutura. Acquires the lock of the variable.
Método público ReleaseLock Infraestrutura. Releases the lock of the variable.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper