Partager via


Méthode IDTSVariableDispenser100.LockOneForRead

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

Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass.

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

Syntaxe

'Déclaration
Sub LockOneForRead ( _
    Variable As String, _
    <OutAttribute> ByRef ppVariables As IDTSVariables100 _
)
'Utilisation
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
)

Paramètres

  • Variable
    Type : System.String
    The variable you want to lock for read-only access.

Voir aussi

Référence

IDTSVariableDispenser100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper