IDTSVariableDispenser100.LockOneForRead(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.
public:
void LockOneForRead(System::String ^ Variable, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSVariables100 ^ % ppVariables);
[System.Runtime.InteropServices.DispId(1610743812)]
public void LockOneForRead (string Variable, out Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSVariables100 ppVariables);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member LockOneForRead : string * IDTSVariables100 -> unit
Public Sub LockOneForRead (Variable As String, ByRef ppVariables As IDTSVariables100)
Parameters
- Variable
- String
- ppVariables
- IDTSVariables100
- Attributes