Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds the variable to the list of variables to be locked for read/write access.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub LockForWrite ( _
Variable As String _
)
'Usage
Dim instance As VariableDispenserClass
Dim Variable As String
instance.LockForWrite(Variable)
public virtual void LockForWrite(
string Variable
)
public:
virtual void LockForWrite(
[InAttribute] String^ Variable
)
abstract LockForWrite :
Variable:string -> unit
override LockForWrite :
Variable:string -> unit
public function LockForWrite(
Variable : String
)
Parameter
- Variable
Typ: System.String
The name of the variable.
Implementiert
IDTSVariableDispenser100.LockForWrite(String)