Share via


DTSParamValueCollection Members

Represents a collection of DTSParamValue objects.

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

Public Constructors

  Name Description
DTSParamValueCollection Initializes a new instance of the DTSParamValueCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms215205.pubproperty(en-US,SQL.90).gif Capacity  (inherited from CollectionBase )
ms215205.pubproperty(en-US,SQL.90).gif Count  (inherited from CollectionBase )
ms215205.pubproperty(en-US,SQL.90).gif Item Gets an element at a specified index.

Top

Protected Properties

  Name Description
ms215205.protproperty(en-US,SQL.90).gif InnerList  (inherited from CollectionBase )
ms215205.protproperty(en-US,SQL.90).gif List  (inherited from CollectionBase )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms215205.pubmethod(en-US,SQL.90).gif Add Adds a DTSParamValue to the end of a collection.
ms215205.pubmethod(en-US,SQL.90).gif Clear  (inherited from CollectionBase )
ms215205.pubmethod(en-US,SQL.90).gif Clone Creates a deep copy of a collection. This method cannot be inherited.
ms215205.pubmethod(en-US,SQL.90).gif Contains Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
ms215205.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden.  
ms215205.pubmethod(en-US,SQL.90).gif GetEnumerator  (inherited from CollectionBase )
ms215205.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Returns the hash code for this object.
ms215205.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms215205.pubmethod(en-US,SQL.90).gif IndexOf Returns the zero-based index of the first occurrence of a value in a collection.
ms215205.pubmethod(en-US,SQL.90).gif Insert Adds a new DTSParamValue object into a collection at the location specified by the index.
ms215205.pubmethod(en-US,SQL.90).gifms215205.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms215205.pubmethod(en-US,SQL.90).gif RemoveAt  (inherited from CollectionBase )
ms215205.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms215205.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms215205.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )
ms215205.protmethod(en-US,SQL.90).gif OnClear  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnClearComplete  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnInsert  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnInsertComplete  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnRemove  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnRemoveComplete  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnSet  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnSetComplete  (inherited from CollectionBase )
ms215205.protmethod(en-US,SQL.90).gif OnValidate  (inherited from CollectionBase )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  (inherited from CollectionBase )
System.Collections.IList.Add  (inherited from CollectionBase )
System.Collections.IList.Contains  (inherited from CollectionBase )
System.Collections.IList.IndexOf  (inherited from CollectionBase )
System.Collections.IList.Insert  (inherited from CollectionBase )
System.Collections.IList.Remove  (inherited from CollectionBase )
System.Collections.ICollection.IsSynchronized  (inherited from CollectionBase )
System.Collections.ICollection.SyncRoot  (inherited from CollectionBase )
System.Collections.IList.IsFixedSize  (inherited from CollectionBase )
System.Collections.IList.IsReadOnly  (inherited from CollectionBase )
System.Collections.IList.Item  (inherited from CollectionBase )

Top

See Also

Reference

DTSParamValueCollection Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace