Compartir a través de


Clase PackageItems

Contains a collection of PackageItem objects.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Runtime.PackageItems

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class PackageItems _
    Implements IEnumerable(Of PackageItem), IEnumerable
'Uso
Dim instance As PackageItems
public sealed class PackageItems : IEnumerable<PackageItem>, 
    IEnumerable
public ref class PackageItems sealed : IEnumerable<PackageItem^>, 
    IEnumerable
[<SealedAttribute>]
type PackageItems =  
    class 
        interface IEnumerable<PackageItem>
        interface IEnumerable 
    end
public final class PackageItems implements IEnumerable<PackageItem>, IEnumerable

El tipo PackageItems expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of PackageItem contained in the PackageItems collection.
Propiedad pública Item[Int32] Returns a PackageItem object from the PackageItems collection with specified index.
Propiedad pública Item[String] Returns a PackageItem object from the PackageItems collection with specified stream name.

Arriba

Métodos

  Nombre Descripción
Método público Add Add a PackageItem object to the PackageItems collection with specified stream name and package.
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Returns a IEnumerator<Parameter> enumerator for use in iterating over the PackageItems collection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IndexOf Reports the index of the occurrence of the specified string in this instance.
Método público Insert Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.
Método público Remove Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
Método público RemoveAt Removes a PackageItem object from the PackageItems collection with specified index.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Retrieves an enumerator that can be used to iterate through the current collection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime