Classe PackageItems
Contains a collection of PackageItem objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.PackageItems
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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
O tipo PackageItems expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | Gets the number of PackageItem contained in the PackageItems collection. |
![]() |
Item[Int32] | Returns a PackageItem object from the PackageItems collection with specified index. |
![]() |
Item[String] | Returns a PackageItem object from the PackageItems collection with specified stream name. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Add | Add a PackageItem object to the PackageItems collection with specified stream name and package. |
![]() |
Equals | (Herdado de Object.) |
![]() |
GetEnumerator | Returns a IEnumerator<Parameter> enumerator for use in iterating over the PackageItems collection. |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
IndexOf | Reports the index of the occurrence of the specified string in this instance. |
![]() |
Insert | Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package. |
![]() |
Remove | Returns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed. |
![]() |
RemoveAt | Removes a PackageItem object from the PackageItems collection with specified index. |
![]() |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Retrieves an enumerator that can be used to iterate through the current collection. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.