Compartilhar via


Interface ForEachEnumeratorHost

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

For more information, see ForEachEnumeratorHostClass.

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

Sintaxe

'Declaração
<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")> _
Public Interface ForEachEnumeratorHost _
    Inherits IDTSName100
'Uso
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

O tipo ForEachEnumeratorHost expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CreationName Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)
Propriedade pública Description Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)
Propriedade pública ID Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)
Propriedade pública Name Infraestrutura. For more information, see IDTSName. (Herdado de IDTSName100.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper