Metodo IDTSVariableDispenser100.LockForWrite

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub LockForWrite ( _
    Variable As String _
)
'Utilizzo
Dim instance As IDTSVariableDispenser100 
Dim Variable As String

instance.LockForWrite(Variable)
void LockForWrite(
    string Variable
)
void LockForWrite(
    [InAttribute] String^ Variable
)
abstract LockForWrite : 
        Variable:string -> unit
function LockForWrite(
    Variable : String
)

Parametri

Vedere anche

Riferimento

IDTSVariableDispenser100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper