IDTSConfigurations100 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.
Stellt eine Auflistung von IDTSConfiguration100 -Objekten dar.
public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")>]
type IDTSConfigurations100 = interface
interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
- Attribute
- Implementiert
Hinweise
Weitere Informationen finden Sie unter Configurations.
Eigenschaften
| Name | Beschreibung |
|---|---|
| Count |
Ruft die Anzahl der Elemente in der Auflistung ab. |
| Item[Object] |
Ruft ein IDTSConfiguration100 Objekt aus der Auflistung ab. |
Methoden
| Name | Beschreibung |
|---|---|
| Add() |
Fügt am Ende der Auflistung ein IDTSConfiguration100 Objekt hinzu. |
| GetEnumerator() |
Gibt einen Zähler zurück, um die IDTSConfiguration100 Sammlung zu wiederholen. |
| InsertAfter(Object, IDTSConfiguration100) |
Fügt nach einem bestehenden IDTSConfiguration100 Objekt ein IDTSConfiguration100 Objekt in die Sammlung hinzu. |
| InsertBefore(Object, IDTSConfiguration100) |
Fügt ein IDTSConfiguration100 Objekt vor einem bestehenden IDTSConfiguration100 Objekt in die Sammlung hinzu. |
| MoveAfter(Object, IDTSConfiguration100) |
Verlagert ein IDTSConfiguration100 Objekt nach einem bestehenden IDTSConfiguration100 Objekt. |
| MoveBefore(Object, IDTSConfiguration100) |
Verschiebt ein IDTSConfiguration100 Objekt vor ein bestehendes IDTSConfiguration100 Objekt. |
| Remove(Object) |
Entfernt ein IDTSConfiguration100 Objekt aus der Auflistung. |