Partager via


LockForWrite méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see VariableDispenserClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub LockForWrite ( _
    Variable As String _
)
'Utilisation
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
)

Paramètres