Partilhar via


Método LockForRead

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

For more information, see VariableDispenserClass.

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

Sintaxe

'Declaração
Sub LockForRead ( _
    Variable As String _
)
'Uso
Dim instance As IDTSVariableDispenser100
Dim Variable As String

instance.LockForRead(Variable)
void LockForRead(
    string Variable
)
void LockForRead(
    [InAttribute] String^ Variable
)
abstract LockForRead : 
        Variable:string -> unit 
function LockForRead(
    Variable : String
)

Parâmetros