Udostępnij przez


ForEachItems Members

Contains a collection of ForEachItem collections. This class cannot be inherited.

The following tables list the members exposed by the ForEachItems type.

Public Properties

  Name Description
ms212365.pubproperty(pl-pl,SQL.100).gif Count Gets an Integer that shows the number of ForEachItem objects in the ForEachItems collection.
ms212365.pubproperty(pl-pl,SQL.100).gif IsSynchronized Returns a Boolean that indicates whether access to the ForEachItems collection is synchronized (thread-safe).
ms212365.pubproperty(pl-pl,SQL.100).gif Item Returns a ForEachItem object from the collection.
ms212365.pubproperty(pl-pl,SQL.100).gif SyncRoot Gets an object that can be used to synchronize access to the ForEachItems collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212365.pubmethod(pl-pl,SQL.100).gif Add Adds a new ForEachItem collection to the ForEachItems collection.
ms212365.pubmethod(pl-pl,SQL.100).gif Contains Returns a Boolean that indicates whether the items in the collection can be accessed by using indexing without causing an exception.
ms212365.pubmethod(pl-pl,SQL.100).gif CopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
ms212365.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from DtsObject )
ms212365.pubmethod(pl-pl,SQL.100).gif GetEnumerator Returns a managed IEnumerator to iterate over the ForEachItems collection.
ms212365.pubmethod(pl-pl,SQL.100).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212365.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms212365.pubmethod(pl-pl,SQL.100).gifms212365.static(pl-pl,SQL.100).gif op_Equality  (inherited from DtsObject )
ms212365.pubmethod(pl-pl,SQL.100).gifms212365.static(pl-pl,SQL.100).gif op_Inequality  (inherited from DtsObject )
ms212365.pubmethod(pl-pl,SQL.100).gifms212365.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms212365.pubmethod(pl-pl,SQL.100).gif Remove Removes a ForEachItem collection from the ForEachItems collection.
ms212365.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms212365.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms212365.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top