Partager via


Classe PackageItems

Contains a collection of PackageItem objects.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PackageItems _
    Implements IEnumerable(Of PackageItem), IEnumerable
'Utilisation
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

Le type PackageItems expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of PackageItem contained in the PackageItems collection.
Propriété publique Item[Int32] Returns a PackageItem object from the PackageItems collection with specified index.
Propriété publique Item[String] Returns a PackageItem object from the PackageItems collection with specified stream name.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Add a PackageItem object to the PackageItems collection with specified stream name and package.
Méthode publique Equals (hérité de Object.)
Méthode publique GetEnumerator Returns a IEnumerator<Parameter> enumerator for use in iterating over the PackageItems collection.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf Reports the index of the occurrence of the specified string in this instance.
Méthode publique Insert Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.
Méthode publique Remove Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
Méthode publique RemoveAt Removes a PackageItem object from the PackageItems collection with specified index.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Retrieves an enumerator that can be used to iterate through the current collection.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime