IDTSSelectedLogProviders100 Interfaccia

Definizione

Definisce un'interfaccia per una raccolta di oggetti IDTSLogProvider100 selezionati.

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
Attributi
Implementazioni

Proprietà

Count

Ottiene il numero di elementi contenuti nella raccolta.

Item[Object]

Ottiene un oggetto IDTSLogProvider100 dalla raccolta.

Metodi

Add(IDTSLogProvider100)

Aggiunge l'oggetto IDTSLogProvider100 specificato alla fine dell'insieme.

GetEnumerator()

Restituisce un enumeratore da utilizzare per scorrere la raccolta.

Remove(Object)

Rimuove un oggetto IDTSLogProvider100 dalla raccolta.

Si applica a