Freigeben über


DTSParamValueCollection-Klasse

Represents a collection of DTSParamValue objects.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DTSParamValueCollection _
    Inherits CollectionBase _
    Implements ICollection, IEnumerable, ICloneable
'Usage
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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.