Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents a variable dispenser class. For more information, see VariableDispenserClass.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface IDTSVariableDispenser100
'Uso
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
El tipo IDTSVariableDispenser100 expone los siguientes miembros.
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Contains | Infraestructura. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. |
![]() |
GetQualifiedName | Infraestructura. Returns the qualified name of the variable. For more information, see VariableDispenserClass. |
![]() |
GetVariables | Infraestructura. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. |
![]() |
LockForRead | Infraestructura. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. |
![]() |
LockForWrite | Infraestructura. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. |
![]() |
LockOneForRead | Infraestructura. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. |
![]() |
LockOneForWrite | Infraestructura. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. |
![]() |
Reset | Infraestructura. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. |
Arriba
.gif)