Freigeben über


IDTSForEachVariableMappings100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents an interface of the ForEachVariableMappings object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")> _
Public Interface IDTSForEachVariableMappings100 _
    Inherits IEnumerable
'Usage
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

Der IDTSForEachVariableMappings100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number or elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets an IDTSForEachVariableMappings100 object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds a new collection to the IDTSForEachVariableMappings100 collection.
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for use in iterating over the collection.
Öffentliche Methode Remove Infrastruktur Removes a specified collection from the IDTSForEachVariableMappings100 collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace