Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Puts the variable in a list, and then locks it 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 LockOneForRead ( _
Variable As String, _
<OutAttribute> ByRef ppVariables As IDTSVariables100 _
)
'Usage
Dim instance As IDTSVariableDispenser100
Dim Variable As String
Dim ppVariables As IDTSVariables100
instance.LockOneForRead(Variable, ppVariables)
void LockOneForRead(
string Variable,
out IDTSVariables100 ppVariables
)
void LockOneForRead(
[InAttribute] String^ Variable,
[InAttribute] [OutAttribute] IDTSVariables100^% ppVariables
)
abstract LockOneForRead :
Variable:string *
ppVariables:IDTSVariables100 byref -> unit
function LockOneForRead(
Variable : String,
ppVariables : IDTSVariables100
)
Parameter
- Variable
Typ: System.String
The variable you want to lock for read-only access.
- ppVariables
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100%
The collection of variables.