Método IDTSVariableDispenser100.LockForRead
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds the variable to the list of variables to be locked for read-only access. 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
- Variable
Tipo: System.String
The name of the variable.