IDTSVariableDispenser100.LockForRead Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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.