Freigeben über


DTSParamValueCollection-Klasse

Represents a collection of DTSParamValue objects.

Vererbungshierarchie

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

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

Der DTSParamValueCollection-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DTSParamValueCollection Initializes a new instance of the DTSParamValueCollection class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Capacity (Geerbt von CollectionBase.)
Öffentliche Eigenschaft Count (Geerbt von CollectionBase.)
Geschützte Eigenschaft InnerList (Geerbt von CollectionBase.)
Öffentliche Eigenschaft Item Gets an element at a specified index.
Geschützte Eigenschaft List (Geerbt von CollectionBase.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds a DTSParamValue to the end of a collection.
Öffentliche Methode Clear (Geerbt von CollectionBase.)
Öffentliche Methode Clone Creates a deep copy of a collection. This method cannot be inherited.
Öffentliche Methode Contains Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
Öffentliche Methode Equals Determines whether two object instances are equal. (Überschreibt Object.Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von CollectionBase.)
Öffentliche Methode GetHashCode Returns the hash code for this object. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf Returns the zero-based index of the first occurrence of a value in a collection.
Öffentliche Methode Insert Adds a new DTSParamValue object into a collection at the location specified by the index.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnClear (Geerbt von CollectionBase.)
Geschützte Methode OnClearComplete (Geerbt von CollectionBase.)
Geschützte Methode OnInsert (Geerbt von CollectionBase.)
Geschützte Methode OnInsertComplete (Geerbt von CollectionBase.)
Geschützte Methode OnRemove (Geerbt von CollectionBase.)
Geschützte Methode OnRemoveComplete (Geerbt von CollectionBase.)
Geschützte Methode OnSet (Geerbt von CollectionBase.)
Geschützte Methode OnSetComplete (Geerbt von CollectionBase.)
Geschützte Methode OnValidate (Geerbt von CollectionBase.)
Öffentliche Methode RemoveAt (Geerbt von CollectionBase.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von CollectionBase.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von CollectionBase.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace