IDTSVariables100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit les propriétés et les méthodes pour travailler sur une collection d'objets IDTSVariable100.
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
- Dérivé
- Attributs
- Implémente
Propriétés
Count |
Obtient le nombre d’éléments contenus dans la collection. |
Item[Object] |
Obtient un objet IDTSVariable100 de la collection. |
Locked |
Obtient une valeur indiquant si les variables de la collection sont verrouillées. |
Méthodes
Add(String, Boolean, String, Object) |
Ajoute un objet IDTSVariable100 à la collection. |
Contains(Object) |
Détermine si les éléments dans une collection sont accessibles en utilisant l'indexation sans lever d'exception. |
GetEnumerator() |
Retourne un énumérateur IEnumerator à utiliser pour effectuer une itération au sein de la collection. |
Join(IDTSVariable100) |
Joint IDTSVariable100 à la collection. |
Remove(Object) |
Supprime de la collection un objet IDTSVariable100. |
Unlock() |
Libère les verrous sur la collection et signale l'état de la collection comme étant non valide ou inconnu. |