IDTSSelectedLogProviders100 Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert eine Schnittstelle für eine Auflistung von ausgewählten IDTSLogProvider100-Objekten.
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
- Attribute
- Implementiert
Eigenschaften
Count |
Ruft die Anzahl der Elemente in der Auflistung ab. |
Item[Object] |
Ruft ein IDTSLogProvider100-Objekt aus der Auflistung ab. |
Methoden
Add(IDTSLogProvider100) |
Fügt das angegebene IDTSLogProvider100-Objekt am Ende der Auflistung hinzu. |
GetEnumerator() |
Gibt einen Enumerator zum Durchlaufen der Auflistung zurück. |
Remove(Object) |
Entfernt ein IDTSLogProvider100-Objekt aus der Auflistung. |