Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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("C7B66340-AA45-40AE-90E2-C18AED7EAFDE")> _
Public Interface IDTSForEachVariableMapping100
'Usage
Dim instance As IDTSForEachVariableMapping100
[GuidAttribute("C7B66340-AA45-40AE-90E2-C18AED7EAFDE")]
public interface IDTSForEachVariableMapping100
[GuidAttribute(L"C7B66340-AA45-40AE-90E2-C18AED7EAFDE")]
public interface class IDTSForEachVariableMapping100
[<GuidAttribute("C7B66340-AA45-40AE-90E2-C18AED7EAFDE")>]
type IDTSForEachVariableMapping100 = interface end
public interface IDTSForEachVariableMapping100
The IDTSForEachVariableMapping100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ValueIndex | Infrastructure. For more information, see ForEachVariableMapping. |
![]() |
VariableName | Infrastructure. For more information, see ForEachVariableMapping. |
Top