Compartir a través de


Clase DTSParamValueCollection

Represents a collection of DTSParamValue objects.

Jerarquía de herencia

System.Object
  System.Collections.CollectionBase
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DTSParamValueCollection _
    Inherits CollectionBase _
    Implements ICollection, IEnumerable, ICloneable
'Uso
Dim instance As DTSParamValueCollection
[SerializableAttribute]
public class DTSParamValueCollection : CollectionBase, 
    ICollection, IEnumerable, ICloneable
[SerializableAttribute]
public ref class DTSParamValueCollection : public CollectionBase, 
    ICollection, IEnumerable, ICloneable
[<SerializableAttribute>]
type DTSParamValueCollection =  
    class 
        inherit CollectionBase 
        interface ICollection 
        interface IEnumerable 
        interface ICloneable 
    end
public class DTSParamValueCollection extends CollectionBase implements ICollection, IEnumerable, ICloneable

El tipo DTSParamValueCollection expone los siguientes miembros.

Constructores

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

Arriba

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.)

Arriba

Métodos

  Nombre Descripción
Método público Add Adds a DTSParamValue to the end of a collection.
Método público Clear (Se hereda de CollectionBase.)
Método público Clone Creates a deep copy of a collection. This method cannot be inherited.
Método público Contains Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
Método público Equals Determines whether two object instances are equal. (Invalida Object.Equals(Object).)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de CollectionBase.)
Método público GetHashCode Returns the hash code for this object. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público IndexOf Returns the zero-based index of the first occurrence of a value in a collection.
Método público 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 público RemoveAt (Se hereda de CollectionBase.)
Método público ToString (Se hereda de Object.)

Arriba

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.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask