Share via


IDTSForEachVariableMappings100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

The IDTSForEachVariableMappings100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number or elements contained in the collection.
Public property Item Infrastructure. Gets an IDTSForEachVariableMappings100 object from the collection.

Top

Methods

  Name Description
Public method Add Infrastructure. Adds a new collection to the IDTSForEachVariableMappings100 collection.
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.
Public method Remove Infrastructure. Removes a specified collection from the IDTSForEachVariableMappings100 collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace