Freigeben über


IDTSVariableDispenser100.LockOneForWrite-Methode

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.

Siehe auch

Verweis

IDTSVariableDispenser100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace