Compartir a través de


DTSParamValueCollection Miembros

Represents a collection of DTSParamValue objects.

El tipo DTSParamValueCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DTSParamValueCollection Initializes a new instance of the DTSParamValueCollection class.

Principio

Métodos

  Nombre Descripción
Método publico Add Adds a DTSParamValue to the end of a collection.
Método publico Clear (Se hereda de CollectionBase).
Método publico Clone Creates a deep copy of a collection. This method cannot be inherited.
Método publico Contains Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
Método publico Equals Determines whether two object instances are equal. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator (Se hereda de CollectionBase).
Método publico GetHashCode Returns the hash code for this object. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método publico IndexOf Returns the zero-based index of the first occurrence of a value in a collection.
Método publico Insert Adds a new DTSParamValue object into a collection at the location specified by the index.
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido OnClear (Se hereda de CollectionBase).
Método protegido OnClearComplete (Se hereda de CollectionBase).
Método protegido OnInsert (Se hereda de CollectionBase).
Método protegido OnInsertComplete (Se hereda de CollectionBase).
Método protegido OnRemove (Se hereda de CollectionBase).
Método protegido OnRemoveComplete (Se hereda de CollectionBase).
Método protegido OnSet (Se hereda de CollectionBase).
Método protegido OnSetComplete (Se hereda de CollectionBase).
Método protegido OnValidate (Se hereda de CollectionBase).
Método publico RemoveAt (Se hereda de CollectionBase).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Capacity (Se hereda de CollectionBase).
Propiedad pública Count (Se hereda de CollectionBase).
Propiedad protegida InnerList (Se hereda de CollectionBase).
Propiedad pública Item Gets an element at a specified index.
Propiedad protegida List (Se hereda de CollectionBase).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList. . :: . .Add (Se hereda de CollectionBase).
Implementación de interfaces explícitasMétodo privado IList. . :: . .Contains (Se hereda de CollectionBase).
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de CollectionBase).
Implementación de interfaces explícitasMétodo privado IList. . :: . .IndexOf (Se hereda de CollectionBase).
Implementación de interfaces explícitasMétodo privado IList. . :: . .Insert (Se hereda de CollectionBase).
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsFixedSize (Se hereda de CollectionBase).
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsReadOnly (Se hereda de CollectionBase).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .IsSynchronized (Se hereda de CollectionBase).
Implementación de interfaces explícitasPropiedad privada IList. . :: . .Item (Se hereda de CollectionBase).
Implementación de interfaces explícitasMétodo privado IList. . :: . .Remove (Se hereda de CollectionBase).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .SyncRoot (Se hereda de CollectionBase).

Principio