共用方式為


ForEachItem Members

Returns a ForEachItemValueEnumerator. This class cannot be inherited.

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

Public Properties

  名稱 Description
ms212403.pubproperty(zh-tw,SQL.90).gif Count Gets an Integer that specifies the number of elements contained in the collection.
ms212403.pubproperty(zh-tw,SQL.90).gif IsSynchronized Gets a Boolean that indicates whether access to the collection is synchronized (thread-safe).
ms212403.pubproperty(zh-tw,SQL.90).gif Item Returns a ForEachItemValue object from the collection.
ms212403.pubproperty(zh-tw,SQL.90).gif SyncRoot Gets an object that can be used to synchronize access to the collection.

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
ms212403.pubmethod(zh-tw,SQL.90).gif Add Adds a new, empty ForEachItemValue object to the end of the collection.
ms212403.pubmethod(zh-tw,SQL.90).gif Contains Returns a Boolean that indicates whether the items in the collection can be accessed by using indexing.
ms212403.pubmethod(zh-tw,SQL.90).gif CopyTo Copies the entire collection to a one-dimensional array, starting at the specified index of the target array.
ms212403.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212403.pubmethod(zh-tw,SQL.90).gif GetEnumerator Returns an enumerator for use in iterating over the ForEachItem collection.
ms212403.pubmethod(zh-tw,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212403.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
ms212403.pubmethod(zh-tw,SQL.90).gifms212403.static(zh-tw,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212403.pubmethod(zh-tw,SQL.90).gifms212403.static(zh-tw,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212403.pubmethod(zh-tw,SQL.90).gifms212403.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212403.pubmethod(zh-tw,SQL.90).gif Remove Removes a ForEachItem object from the collection.
ms212403.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )

頂端

Protected Methods

  名稱 Description
ms212403.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms212403.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

ForEachItem Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item Namespace