Share via


IDTSWarnings100 Interfaz

Definición

Define propiedades y métodos para la colección de advertencias.

public interface class IDTSWarnings100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("53418CBC-D6D8-42A1-8D0E-9410BF3DCB8E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9338E492-60E9-4A8A-B1FB-15865EC474AF")]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFC9B871-BD36-422C-AB47-E7E4819A42A3")]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("53418CBC-D6D8-42A1-8D0E-9410BF3DCB8E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSWarnings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9338E492-60E9-4A8A-B1FB-15865EC474AF")>]
type IDTSWarnings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFC9B871-BD36-422C-AB47-E7E4819A42A3")>]
type IDTSWarnings100 = interface
    interface IEnumerable
Public Interface IDTSWarnings100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Para obtener más información, vea DtsWarnings.

Propiedades

Count

Obtiene el número de elementos contenidos en la instancia de IDTSWarnings100.

Item[Object]

Obtiene un objeto IDTSWarning100 de la colección.

Métodos

Clear()

Borra todos los objetos de la colección IDTSWarnings100.

GetEnumerator()

Devuelve un objeto IEnumerator para iterar por la colección IDTSWarnings100.

Se aplica a