DTSParamValueCollection Class

Definition

Represents a collection of DTSParamValue objects.

public ref class DTSParamValueCollection : System::Collections::CollectionBase, ICloneable
[System.Serializable]
public class DTSParamValueCollection : System.Collections.CollectionBase, ICloneable
[<System.Serializable>]
type DTSParamValueCollection = class
    inherit CollectionBase
    interface ICollection
    interface IEnumerable
    interface ICloneable
Public Class DTSParamValueCollection
Inherits CollectionBase
Implements ICloneable
Inheritance
DTSParamValueCollection
Attributes
Implements

Constructors

DTSParamValueCollection()

Initializes a new instance of the DTSParamValueCollection class.

Properties

Item[Int32]

Gets an element at a specified index.

Methods

Add(DTSParamValue)

Adds a DTSParamValue to the end of a collection.

Clone()

Creates a deep copy of a collection. This method cannot be inherited.

Contains(DTSParamValue)

Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.

Equals(Object)

Determines whether two object instances are equal.

GetHashCode()

Returns the hash code for this object.

IndexOf(DTSParamValue)

Returns the zero-based index of the first occurrence of a value in a collection.

Insert(Int32, DTSParamValue)

Adds a new DTSParamValue object into a collection at the location specified by the index.

Applies to