Partager via


Classe DTSParamValueCollection

Represents a collection of DTSParamValue objects.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DTSParamValueCollection _
    Inherits CollectionBase _
    Implements ICollection, IEnumerable, ICloneable
'Utilisation
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

Le type DTSParamValueCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DTSParamValueCollection Initializes a new instance of the DTSParamValueCollection class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Capacity (hérité de CollectionBase.)
Propriété publique Count (hérité de CollectionBase.)
Propriété protégée InnerList (hérité de CollectionBase.)
Propriété publique Item Gets an element at a specified index.
Propriété protégée List (hérité de CollectionBase.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Adds a DTSParamValue to the end of a collection.
Méthode publique Clear (hérité de CollectionBase.)
Méthode publique Clone Creates a deep copy of a collection. This method cannot be inherited.
Méthode publique Contains Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
Méthode publique Equals Determines whether two object instances are equal. (remplace Object.Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator (hérité de CollectionBase.)
Méthode publique GetHashCode Returns the hash code for this object. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf Returns the zero-based index of the first occurrence of a value in a collection.
Méthode publique Insert Adds a new DTSParamValue object into a collection at the location specified by the index.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnClear (hérité de CollectionBase.)
Méthode protégée OnClearComplete (hérité de CollectionBase.)
Méthode protégée OnInsert (hérité de CollectionBase.)
Méthode protégée OnInsertComplete (hérité de CollectionBase.)
Méthode protégée OnRemove (hérité de CollectionBase.)
Méthode protégée OnRemoveComplete (hérité de CollectionBase.)
Méthode protégée OnSet (hérité de CollectionBase.)
Méthode protégée OnSetComplete (hérité de CollectionBase.)
Méthode protégée OnValidate (hérité de CollectionBase.)
Méthode publique RemoveAt (hérité de CollectionBase.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList.Add (hérité de CollectionBase.)
Implémentation d'interface expliciteMéthode privée IList.Contains (hérité de CollectionBase.)
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo (hérité de CollectionBase.)
Implémentation d'interface expliciteMéthode privée IList.IndexOf (hérité de CollectionBase.)
Implémentation d'interface expliciteMéthode privée IList.Insert (hérité de CollectionBase.)
Implémentation d'interface explicitePropriété privée IList.IsFixedSize (hérité de CollectionBase.)
Implémentation d'interface explicitePropriété privée IList.IsReadOnly (hérité de CollectionBase.)
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized (hérité de CollectionBase.)
Implémentation d'interface explicitePropriété privée IList.Item (hérité de CollectionBase.)
Implémentation d'interface expliciteMéthode privée IList.Remove (hérité de CollectionBase.)
Implémentation d'interface explicitePropriété privée ICollection.SyncRoot (hérité de CollectionBase.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask