Partager via


Interface IDTSForEachVariableMappings100

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

For more information, see ForEachVariableMappings.

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

Syntaxe

'Déclaration
<GuidAttribute("589F96AB-C73A-4127-AF6B-E84FAF5CCD0F")> _
Public Interface IDTSForEachVariableMappings100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSForEachVariableMappings100
[GuidAttribute("589F96AB-C73A-4127-AF6B-E84FAF5CCD0F")]
public interface IDTSForEachVariableMappings100 : IEnumerable
[GuidAttribute(L"589F96AB-C73A-4127-AF6B-E84FAF5CCD0F")]
public interface class IDTSForEachVariableMappings100 : IEnumerable
[<GuidAttribute("589F96AB-C73A-4127-AF6B-E84FAF5CCD0F")>]
type IDTSForEachVariableMappings100 =  
    interface
        interface IEnumerable
    end
public interface IDTSForEachVariableMappings100 extends IEnumerable