IDTSVariableDispenser100.LockForRead Method
This API supports the infrastructure and is not intended to be used directly from your code.
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