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 | |
---|---|---|
Count | Infrastructure. For more information, see ForEachVariableMappings. | |
Item | Infrastructure. For more information, see ForEachVariableMappings. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see ForEachVariableMappings. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see ForEachVariableMappings. | |
Remove | Infrastructure. For more information, see ForEachVariableMappings. |
Top