LockForRead 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 LockForRead ( _
Variable As String _
)
'Utilisation
Dim instance As IDTSVariableDispenser100
Dim Variable As String
instance.LockForRead(Variable)
void LockForRead(
string Variable
)
void LockForRead(
[InAttribute] String^ Variable
)
abstract LockForRead :
Variable:string -> unit
function LockForRead(
Variable : String
)
Paramètres
- Variable
Type : System. . :: . .String