IDTSVariableDispenser100.LockOneForWrite(String, IDTSVariables100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass.
public:
void LockOneForWrite(System::String ^ Variable, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ % ppVariables);
[System.Runtime.InteropServices.DispId(1610743813)]
public void LockOneForWrite (string Variable, out Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 ppVariables);
[<System.Runtime.InteropServices.DispId(1610743813)>]
abstract member LockOneForWrite : string * IDTSVariables100 -> unit
Public Sub LockOneForWrite (Variable As String, ByRef ppVariables As IDTSVariables100)
Parameters
- Variable
- String
The name of the variable to lock for read/write access.
- ppVariables
- IDTSVariables100
A collection of variables.
- Attributes