IDTSForEachVariableMapping100 Interface

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

For more information, see ForEachVariableMapping.

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

Syntax

'Declaration
<GuidAttribute("59B0DFC1-DA93-47ED-8419-CEBBE7061180")> _
Public Interface IDTSForEachVariableMapping100
'Usage
Dim instance As IDTSForEachVariableMapping100
[GuidAttribute("59B0DFC1-DA93-47ED-8419-CEBBE7061180")]
public interface IDTSForEachVariableMapping100
[GuidAttribute(L"59B0DFC1-DA93-47ED-8419-CEBBE7061180")]
public interface class IDTSForEachVariableMapping100
[<GuidAttribute("59B0DFC1-DA93-47ED-8419-CEBBE7061180")>]
type IDTSForEachVariableMapping100 =  interface end
public interface IDTSForEachVariableMapping100

The IDTSForEachVariableMapping100 type exposes the following members.

Properties

  Name Description
Public property ValueIndex Infrastructure. For more information, see ForEachVariableMapping.
Public property VariableName Infrastructure. For more information, see ForEachVariableMapping.

Top