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/write access. For more information, see VariableDispenserClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub LockOneForWrite ( _
Variable As String, _
<OutAttribute> ByRef ppVariables As IDTSVariables100 _
)
'Usage
Dim instance As IDTSVariableDispenser100
Dim Variable As String
Dim ppVariables As IDTSVariables100
instance.LockOneForWrite(Variable, ppVariables)
void LockOneForWrite(
string Variable,
out IDTSVariables100 ppVariables
)
void LockOneForWrite(
[InAttribute] String^ Variable,
[InAttribute] [OutAttribute] IDTSVariables100^% ppVariables
)
abstract LockOneForWrite :
Variable:string *
ppVariables:IDTSVariables100 byref -> unit
function LockOneForWrite(
Variable : String,
ppVariables : IDTSVariables100
)
Parameter
- Variable
Typ: System.String
The name of the variable to lock for read/write access.
- ppVariables
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100%
A collection of variables.