Bagikan melalui


ForEachEnumeratorHost Interface

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

For more information, see ForEachEnumeratorHostClass.

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

Syntax

'Declaration
<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")> _
Public Interface ForEachEnumeratorHost _
    Inherits IDTSName100
'Usage
Dim instance As ForEachEnumeratorHost
[GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface ForEachEnumeratorHost : IDTSName100
[GuidAttribute(L"81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface class ForEachEnumeratorHost : IDTSName100
[<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")>]
type ForEachEnumeratorHost =  
    interface 
        interface IDTSName100 
    end
public interface ForEachEnumeratorHost extends IDTSName100

The ForEachEnumeratorHost type exposes the following members.

Properties

  Name Description
Public property CreationName Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)
Public property Description Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)
Public property ID Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)
Public property Name Infrastructure. For more information, see IDTSName. (Inherited from IDTSName100.)

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace