Partager via


Interface IDTSForEachVariableMappings100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface of the ForEachVariableMappings object.

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

Syntaxe

'Déclaration
<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")> _
Public Interface IDTSForEachVariableMappings100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSForEachVariableMappings100
[GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")]
public interface IDTSForEachVariableMappings100 : IEnumerable
[GuidAttribute(L"825A88DA-F230-457A-A44F-C995A8B0F751")]
public interface class IDTSForEachVariableMappings100 : IEnumerable
[<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")>]
type IDTSForEachVariableMappings100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSForEachVariableMappings100 extends IEnumerable

Le type IDTSForEachVariableMappings100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number or elements contained in the collection.
Propriété publique Item Infrastructure. Gets an IDTSForEachVariableMappings100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds a new collection to the IDTSForEachVariableMappings100 collection.
Méthode publique GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.
Méthode publique Remove Infrastructure. Removes a specified collection from the IDTSForEachVariableMappings100 collection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper