IDTSPackageInfos100 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 IDTSPackageInfo100.
public interface class IDTSPackageInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("4C8AEC11-836A-4958-B7E6-E7B83307B790")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPackageInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("60D459C9-9FFE-402D-82C2-D255F4D97CBF")]
public interface IDTSPackageInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D58E2888-1D7F-469B-A08F-A1847F4E5CB3")]
public interface IDTSPackageInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("4C8AEC11-836A-4958-B7E6-E7B83307B790")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPackageInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("60D459C9-9FFE-402D-82C2-D255F4D97CBF")>]
type IDTSPackageInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D58E2888-1D7F-469B-A08F-A1847F4E5CB3")>]
type IDTSPackageInfos100 = interface
interface IEnumerable
Public Interface IDTSPackageInfos100
Implements IEnumerable
- Attributs
- Implémente
Remarques
Pour plus d’informations, consultez PackageInfos.
Propriétés
Count |
Obtient le nombre d'éléments contenus dans l'instance IDTSPackageInfos100. |
Item[Object] |
Obtient l'objet IDTSPackageInfo100 à partir de la collection. |
Méthodes
GetEnumerator() |
Retourne un énumérateur à utiliser pour effectuer une itération au sein de la collection IDTSPackageInfos100. |