Metodo VariableDispenserClass.LockForRead
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Adds the variable to the list of variables to be locked for read-only access.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Sub LockForRead ( _
Variable As String _
)
'Utilizzo
Dim instance As VariableDispenserClass
Dim Variable As String
instance.LockForRead(Variable)
public virtual void LockForRead(
string Variable
)
public:
virtual void LockForRead(
[InAttribute] String^ Variable
)
abstract LockForRead :
Variable:string -> unit
override LockForRead :
Variable:string -> unit
public function LockForRead(
Variable : String
)
Parametri
- Variable
Tipo: System.String
The name of the variable.
Implementa
IDTSVariableDispenser100.LockForRead(String)