Condividi tramite


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

  Nome Description
ms212252.protfield(it-it,SQL.90).gif m_unmanagedColl  

Torna all'inizio

Public Properties

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

Torna all'inizio

Public Methods

(see also Protected Methods )

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

Torna all'inizio

Protected Methods

  Nome Description
ms212252.protmethod(it-it,SQL.90).gif CreateManagedObject  
ms212252.protmethod(it-it,SQL.90).gif Finalize  (inherited from Object )
ms212252.protmethod(it-it,SQL.90).gif GetCount  
ms212252.protmethod(it-it,SQL.90).gif GetManagedEnumerator  
ms212252.protmethod(it-it,SQL.90).gif MemberwiseClone  (inherited from Object )

Torna all'inizio

Vedere anche

Riferimento

DTSReadOnlyCollectionBase Class
Microsoft.SqlServer.Dts.Runtime Namespace