Linguaggio

IDTSVariables100 Interfaccia

Definizione

Fornisce proprietà e metodi per lavorare su una collezione di IDTSVariable100 oggetti.

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

Proprietà

Nome Descrizione
Count

Ottiene il numero di elementi contenuti nell'insieme.

Item[Object]

Ottiene un IDTSVariable100 oggetto dalla raccolta.

Locked

Ottiene un valore che indica se le variabili nella collezione sono bloccate.

Metodi

Nome Descrizione
Add(String, Boolean, String, Object)

Aggiunge un oggetto IDTSVariable100 all'insieme.

Contains(Object)

Determina se gli elementi della collezione possono essere accessibili utilizzando l'indicizzazione senza lanciare eccezioni.

GetEnumerator()

Restituisce un IEnumerator enumeratore da utilizzare nell'iterazione sulla collezione.

Join(IDTSVariable100)

Si unisce alla IDTSVariable100 collezione.

Remove(Object)

Rimuove un IDTSVariable100 oggetto dall'insieme.

Unlock()

Libera i lucchetti della collezione e segnala lo stato della collezione come invalido o sconosciuto.

Si applica a