IDTSForEachEnumeratorInfo100 Interface

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

For more information, see ForEachEnumeratorInfo.

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

Syntax

'Declaration
<GuidAttribute("752C909A-BD4F-4230-802C-EAFAAFBDECD8")> _
Public Interface IDTSForEachEnumeratorInfo100
'Usage
Dim instance As IDTSForEachEnumeratorInfo100
[GuidAttribute("752C909A-BD4F-4230-802C-EAFAAFBDECD8")]
public interface IDTSForEachEnumeratorInfo100
[GuidAttribute(L"752C909A-BD4F-4230-802C-EAFAAFBDECD8")]
public interface class IDTSForEachEnumeratorInfo100
[<GuidAttribute("752C909A-BD4F-4230-802C-EAFAAFBDECD8")>]
type IDTSForEachEnumeratorInfo100 =  interface end
public interface IDTSForEachEnumeratorInfo100

The IDTSForEachEnumeratorInfo100 type exposes the following members.

Properties

  Name Description
Public property FileName Infrastructure. For more information, see ForEachEnumeratorInfo.
Public property FileNameVersionString Infrastructure. For more information, see ForEachEnumeratorInfo.
Public property ForEachEnumeratorContact Infrastructure. For more information, see ForEachEnumeratorInfo.
Public property UITypeName Infrastructure. For more information, see ForEachEnumeratorInfo.

Top

Methods

  Name Description
Public method CreateNew Infrastructure. For more information, see ForEachEnumeratorInfo.

Top