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

  Name Description
ms212252.protfield(en-US,SQL.90).gif m_unmanagedColl  

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212252.pubmethod(en-US,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(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms212252.pubmethod(en-US,SQL.90).gif GetEnumerator Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
ms212252.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms212252.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212252.pubmethod(en-US,SQL.90).gifms212252.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212252.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms212252.protmethod(en-US,SQL.90).gif CreateManagedObject  
ms212252.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212252.protmethod(en-US,SQL.90).gif GetCount  
ms212252.protmethod(en-US,SQL.90).gif GetManagedEnumerator  
ms212252.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DTSReadOnlyCollectionBase Class
Microsoft.SqlServer.Dts.Runtime Namespace