Compartir a través de


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

  Nombre Description
ms212252.protfield(es-es,SQL.90).gif m_unmanagedColl  

Arriba

Public Properties

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

Arriba

Public Methods

(see also Protected Methods )

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

Arriba

Protected Methods

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

Arriba

Vea también

Referencia

DTSReadOnlyCollectionBase Class
Microsoft.SqlServer.Dts.Runtime Namespace