IDTSSelectedLogProviders100 Interface

Définition

Définit une interface pour une collection d'objets IDTSLogProvider100 sélectionnés.

public interface class IDTSSelectedLogProviders100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F55F8A1B-1142-40BB-8654-CB61C85CDD8A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83BE8FF5-9B78-4E66-97B5-6AFAB1D1F771")]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2D2558D2-775B-45AD-8BAD-82E529306201")]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("F55F8A1B-1142-40BB-8654-CB61C85CDD8A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSSelectedLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83BE8FF5-9B78-4E66-97B5-6AFAB1D1F771")>]
type IDTSSelectedLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2D2558D2-775B-45AD-8BAD-82E529306201")>]
type IDTSSelectedLogProviders100 = interface
    interface IEnumerable
Public Interface IDTSSelectedLogProviders100
Implements IEnumerable
Attributs
Implémente

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection.

Item[Object]

Obtient un objet IDTSLogProvider100 de la collection.

Méthodes

Add(IDTSLogProvider100)

Ajoute l'objet IDTSLogProvider100 spécifié à la fin de la collection.

GetEnumerator()

Retourne un énumérateur à utiliser pour effectuer une itération au sein de la collection.

Remove(Object)

Supprime de la collection un objet IDTSLogProvider100.

S’applique à