Compartir a través de


Interfaz IDTSSelectedLogProviders100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines an interface for a collection of selected IDTSLogProvider100 objects.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")>]
type IDTSSelectedLogProviders100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSSelectedLogProviders100 extends IEnumerable

El tipo IDTSSelectedLogProviders100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of elements contained in the collection.
Propiedad pública Item Infraestructura. Gets an IDTSLogProvider100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds the specified IDTSLogProvider100 object to the end of the collection.
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the collection.
Método público Remove Infraestructura. Removes an IDTSLogProvider100 object from the collection.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper