Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 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 (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")> _
Public Interface VariableDispenser _
Inherits IDTSVariableDispenser100
'Utilisation
Dim instance As VariableDispenser
[GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface VariableDispenser : IDTSVariableDispenser100
[GuidAttribute(L"202F02A9-53F8-420D-B802-AC1318E7D338")]
public interface class VariableDispenser : IDTSVariableDispenser100
[<GuidAttribute("202F02A9-53F8-420D-B802-AC1318E7D338")>]
type VariableDispenser =
interface
interface IDTSVariableDispenser100
end
public interface VariableDispenser extends IDTSVariableDispenser100
Le type VariableDispenser expose les membres suivants.
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Contains | Infrastructure. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
GetQualifiedName | Infrastructure. Returns the qualified name of the variable. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
GetVariables | Infrastructure. Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
LockForRead | Infrastructure. Adds the variable to the list of variables to be locked for read-only access. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
LockForWrite | Infrastructure. Adds the variable to the list of variables to be locked for read/write access. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
LockOneForRead | Infrastructure. Puts the variable in a list, and then locks it for read-only access. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
LockOneForWrite | Infrastructure. Puts the variable in a list, and then locks it for read/write access. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
![]() |
Reset | Infrastructure. Clears both the read-only list and read/write list. For more information, see VariableDispenserClass. (hérité de IDTSVariableDispenser100.) |
Haut de la page
.gif)