IDTSPackageInfos100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Proporciona propiedades y métodos para trabajar en una colección de objetos 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
- Atributos
- Implementaciones
Comentarios
Para obtener más información, vea PackageInfos.
Propiedades
Count |
Obtiene el número de elementos contenidos en la instancia de IDTSPackageInfos100. |
Item[Object] |
Obtiene el objeto IDTSPackageInfo100 de la colección. |
Métodos
GetEnumerator() |
Devuelve un enumerador para recorrer la colección IDTSPackageInfos100. |