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.
Represents a variable dispenser class. For more information, see VariableDispenserClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface IDTSVariableDispenser100
'Usage
Dim instance As IDTSVariableDispenser100
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type IDTSVariableDispenser100 = interface end
public interface IDTSVariableDispenser100
Der IDTSVariableDispenser100-Typ macht folgende Elemente verfügbar.
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Contains | Infrastruktur Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. |
![]() |
GetQualifiedName | Infrastruktur Returns the qualified name of the variable. For more information, see VariableDispenserClass. |
![]() |
GetVariables | Infrastruktur Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. |
![]() |
LockForRead | Infrastruktur Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. |
![]() |
LockForWrite | Infrastruktur Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. |
![]() |
LockOneForRead | Infrastruktur Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. |
![]() |
LockOneForWrite | Infrastruktur Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. |
![]() |
Reset | Infrastruktur Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. |
Zum Anfang
.gif)