IDTSVariables100 Schnittstelle

Definition

Bietet Eigenschaften und Methoden zur Arbeit an einer Sammlung von IDTSVariable100 Objekten.

public interface class IDTSVariables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")>]
type IDTSVariables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")>]
type IDTSVariables100 = interface
    interface IEnumerable
Public Interface IDTSVariables100
Implements IEnumerable
Abgeleitet
Attribute
Implementiert

Eigenschaften

Name Beschreibung
Count

Ruft die Anzahl der In der Auflistung enthaltenen Elemente ab.

Item[Object]

Ruft ein IDTSVariable100 Objekt aus der Auflistung ab.

Locked

Erhält einen Wert, der angibt, ob die Variablen in der Sammlung gesperrt sind.

Methoden

Name Beschreibung
Add(String, Boolean, String, Object)

Fügt der Auflistung ein IDTSVariable100 Objekt hinzu.

Contains(Object)

Bestimmt, ob die Objekte in der Sammlung durch Indexierung ohne Ausnahme zugänglich sind.

GetEnumerator()

Gibt einen IEnumerator Enumerator zurück, der zum Iterieren der Sammlung verwendet werden kann.

Join(IDTSVariable100)

Fügt sich der IDTSVariable100 Sammlung hinzu.

Remove(Object)

Entfernt ein IDTSVariable100 Objekt aus der Auflistung.

Unlock()

Hebt die Sperren der Sammlung frei und markiert den Zustand der Sammlung als ungültig oder unbekannt.

Gilt für: