IDTSVariableDispenser100.LockForRead Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub LockForRead ( _
Variable As String _
)
'Usage
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
)
Parameters
- Variable
Type: System.String
The name of the variable.