Delen via


IDTSForEachVariableMappings100 Interface

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

For more information, see ForEachVariableMappings.

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

Syntax

'Declaration
<GuidAttribute("589F96AB-C73A-4127-AF6B-E84FAF5CCD0F")> _
Public Interface IDTSForEachVariableMappings100 _
    Inherits IEnumerable
'Usage
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

The IDTSForEachVariableMappings100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. For more information, see ForEachVariableMappings.
Public property Item Infrastructure. For more information, see ForEachVariableMappings.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see ForEachVariableMappings.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see ForEachVariableMappings.
Public method Remove Infrastructure. For more information, see ForEachVariableMappings.

Top