Partager via


Classe ForEachVariableMapping

Maps each variable to the value or expression that it holds. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..ForEachVariableMapping

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

Syntaxe

'Déclaration
Public NotInheritable Class ForEachVariableMapping _
    Inherits DtsObject _
    Implements IDTSName, IDTSPersist
'Utilisation
Dim instance As ForEachVariableMapping
public sealed class ForEachVariableMapping : DtsObject, 
    IDTSName, IDTSPersist
public ref class ForEachVariableMapping sealed : public DtsObject, 
    IDTSName, IDTSPersist
[<SealedAttribute>]
type ForEachVariableMapping =  
    class
        inherit DtsObject
        interface IDTSName
        interface IDTSPersist
    end
public final class ForEachVariableMapping extends DtsObject implements IDTSName, IDTSPersist

Le type ForEachVariableMapping expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CreationName Returns the String that is used by the runtime to create an instance of the object and add it to its collection. This property is read-only.
Propriété publique Description Gets or sets a String that contains the description for the variable.
Propriété publique ID Gets a String that contains the unique ID assigned to the variable. This is usually a GUID. This property is read-only.
Propriété publique Name Gets or sets a String that contains the name for the mapping that is used in the user interface.
Propriété publique ValueIndex Gets or sets the index into the array for those enumerators that provide collections as their value.
Propriété publique VariableName Gets or sets a String that contains the name of the variable

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (hérité de DtsObject.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (hérité de DtsObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Méthode publique ToString (hérité de Object.)

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.