Condividi tramite


Classe ForEachVariableMapping

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ForEachVariableMapping _
    Inherits DtsObject _
    Implements IDTSName, IDTSPersist
'Utilizzo
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

Nel tipo ForEachVariableMapping sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica 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.
Proprietà pubblica Description Gets or sets a String that contains the description for the variable.
Proprietà pubblica ID Gets a String that contains the unique ID assigned to the variable. This is usually a GUID. This property is read-only.
Proprietà pubblica Name Gets or sets a String that contains the name for the mapping that is used in the user interface.
Proprietà pubblica ValueIndex Gets or sets the index into the array for those enumerators that provide collections as their value.
Proprietà pubblica VariableName Gets or sets a String that contains the name of the variable

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.