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 | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Capacity | (Se hereda de CollectionBase.) | |
Count | (Se hereda de CollectionBase.) | |
InnerList | (Se hereda de CollectionBase.) | |
Item | Gets an element at a specified index. | |
List | (Se hereda de CollectionBase.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Adds a DTSParamValue to the end of a collection. | |
Clear | (Se hereda de CollectionBase.) | |
Clone | Creates a deep copy of a collection. This method cannot be inherited. | |
Contains | Indicates whether the items in a collection can be accessed by using indexing without throwing an exception. | |
Equals | Determines whether two object instances are equal. (Invalida Object.Equals(Object).) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | (Se hereda de CollectionBase.) | |
GetHashCode | Returns the hash code for this object. (Invalida Object.GetHashCode().) | |
GetType | (Se hereda de Object.) | |
IndexOf | Returns the zero-based index of the first occurrence of a value in a collection. | |
Insert | Adds a new DTSParamValue object into a collection at the location specified by the index. | |
MemberwiseClone | (Se hereda de Object.) | |
OnClear | (Se hereda de CollectionBase.) | |
OnClearComplete | (Se hereda de CollectionBase.) | |
OnInsert | (Se hereda de CollectionBase.) | |
OnInsertComplete | (Se hereda de CollectionBase.) | |
OnRemove | (Se hereda de CollectionBase.) | |
OnRemoveComplete | (Se hereda de CollectionBase.) | |
OnSet | (Se hereda de CollectionBase.) | |
OnSetComplete | (Se hereda de CollectionBase.) | |
OnValidate | (Se hereda de CollectionBase.) | |
RemoveAt | (Se hereda de CollectionBase.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de CollectionBase.) | |
IList.Contains | (Se hereda de CollectionBase.) | |
ICollection.CopyTo | (Se hereda de CollectionBase.) | |
IList.IndexOf | (Se hereda de CollectionBase.) | |
IList.Insert | (Se hereda de CollectionBase.) | |
IList.IsFixedSize | (Se hereda de CollectionBase.) | |
IList.IsReadOnly | (Se hereda de CollectionBase.) | |
ICollection.IsSynchronized | (Se hereda de CollectionBase.) | |
IList.Item | (Se hereda de CollectionBase.) | |
IList.Remove | (Se hereda de CollectionBase.) | |
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