Partager via


Classe ProjectVariablesWrapper

Contains a collection of project variables wrapper.

Cette API n'est pas conforme CLS. 

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
'Utilisation
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100, 
    IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100, 
    IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =  
    class 
        interface IDTSVariables100 
        interface IEnumerable 
    end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable

Le type ProjectVariablesWrapper expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
Propriété publique Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Propriété publique Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Méthode publique Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Méthode publique Equals (hérité de Object.)
Méthode publique GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Méthode publique Remove Removes a variable object from the ProjectVariablesWrapper instance.
Méthode publique ToString (hérité de Object.)
Méthode publique Unlock Releases the locks on the variables on the variables collection.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime