Partager via


Classe DTSParamValueCollection

Represents a collection of DTSParamValue objects.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (dans 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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.