DTSReadOnlyCollectionBase Members

Defines an abstract base class that implements the common members used by all Integration Services read-only collections. It provides the abstract (MustInherit in Visual Basic) base class for a strongly typed collection.

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

Protected Fields

  名稱 Description
ms212252.protfield(zh-tw,SQL.90).gif m_unmanagedColl  

頂端

Public Properties

  名稱 Description
ms212252.pubproperty(zh-tw,SQL.90).gif Count Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
ms212252.pubproperty(zh-tw,SQL.90).gif IsSynchronized Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe).
ms212252.pubproperty(zh-tw,SQL.90).gif SyncRoot Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase.

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
ms212252.pubmethod(zh-tw,SQL.90).gif CopyTo Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array.
ms212252.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms212252.pubmethod(zh-tw,SQL.90).gif GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
ms212252.pubmethod(zh-tw,SQL.90).gif GetHashCode  (inherited from Object )
ms212252.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
ms212252.pubmethod(zh-tw,SQL.90).gifms212252.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212252.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )

頂端

Protected Methods

  名稱 Description
ms212252.protmethod(zh-tw,SQL.90).gif CreateManagedObject  
ms212252.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms212252.protmethod(zh-tw,SQL.90).gif GetCount  
ms212252.protmethod(zh-tw,SQL.90).gif GetManagedEnumerator  
ms212252.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

DTSReadOnlyCollectionBase Class
Microsoft.SqlServer.Dts.Runtime Namespace