Classe PackageItems

Contains a collection of PackageItem objects.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class PackageItems _
    Implements IEnumerable(Of PackageItem), IEnumerable
'Utilizzo
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

Nel tipo PackageItems sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of PackageItem contained in the PackageItems collection.
Proprietà pubblica Item[Int32] Returns a PackageItem object from the PackageItems collection with specified index.
Proprietà pubblica Item[String] Returns a PackageItem object from the PackageItems collection with specified stream name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Add a PackageItem object to the PackageItems collection with specified stream name and package.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Returns a IEnumerator<Parameter> enumerator for use in iterating over the PackageItems collection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IndexOf Reports the index of the occurrence of the specified string in this instance.
Metodo pubblico Insert Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.
Metodo pubblico Remove Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
Metodo pubblico RemoveAt Removes a PackageItem object from the PackageItems collection with specified index.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Retrieves an enumerator that can be used to iterate through the current collection.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime