This topic has not yet been rated - Rate this topic

PackageItems Class

SQL Server 2012

Contains a collection of PackageItem objects.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class PackageItems : IEnumerable<PackageItem>, 
	IEnumerable

The PackageItems type exposes the following members.

  NameDescription
Public propertyCountGets the number of PackageItem contained in the PackageItems collection.
Public propertyItem[Int32]Returns a PackageItem object from the PackageItems collection with specified index.
Public propertyItem[String]Returns a PackageItem object from the PackageItems collection with specified stream name.
Top
  NameDescription
Public methodAddAdd a PackageItem object to the PackageItems collection with specified stream name and package.
Public methodEquals (Inherited from Object.)
Public methodGetEnumeratorReturns a IEnumerator<Parameter> enumerator for use in iterating over the PackageItems collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOfReports the index of the occurrence of the specified string in this instance.
Public methodInsertInsert a PackageItem object to the PackageItems collection with specified index, stream name, and package.
Public methodRemoveReturns a value that indicates whether a PackageItem object from the PackageItems collection with specified stream name was removed.
Public methodRemoveAtRemoves a PackageItem object from the PackageItems collection with specified index.
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorRetrieves an enumerator that can be used to iterate through the current collection.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.