Share via


IDTSVariableDispenser100.LockOneForRead(String, IDTSVariables100) 메서드

정의

목록에 변수를 배치하고 읽기 전용 액세스를 위해 잠급니다. 자세한 내용은 VariableDispenserClass를 참조하세요.

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

매개 변수

Variable
String

읽기 전용 액세스를 위해 잠글 변수입니다.

ppVariables
IDTSVariables100

변수 컬렉션입니다.

특성

적용 대상