DTSParamValueCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of DTSParamValue objects.
The DTSParamValueCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DTSParamValueCollection() | Initializes a new instance of the DTSParamValueCollection class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(DTSParamValue) | Adds a DTSParamValue to the end of a collection. |
![]() |
Clear() | (Inherited from CollectionBase.) |
![]() |
Clone() | Creates a deep copy of a collection. This method cannot be inherited. |
![]() |
Contains(DTSParamValue) | Indicates whether the items in a collection can be accessed by using indexing without throwing an exception. |
![]() |
Equals(Object) | Determines whether two object instances are equal. (Overrides Object.Equals(Object).) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | (Inherited from CollectionBase.) |
![]() |
GetHashCode() | Returns the hash code for this object. (Overrides Object.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IndexOf(DTSParamValue) | Returns the zero-based index of the first occurrence of a value in a collection. |
![]() |
Insert(Int32, DTSParamValue) | Adds a new DTSParamValue object into a collection at the location specified by the index. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
OnClear() | (Inherited from CollectionBase.) |
![]() |
OnClearComplete() | (Inherited from CollectionBase.) |
![]() |
OnInsert(Int32, Object) | (Inherited from CollectionBase.) |
![]() |
OnInsertComplete(Int32, Object) | (Inherited from CollectionBase.) |
![]() |
OnRemove(Int32, Object) | (Inherited from CollectionBase.) |
![]() |
OnRemoveComplete(Int32, Object) | (Inherited from CollectionBase.) |
![]() |
OnSet(Int32, Object, Object) | (Inherited from CollectionBase.) |
![]() |
OnSetComplete(Int32, Object, Object) | (Inherited from CollectionBase.) |
![]() |
OnValidate(Object) | (Inherited from CollectionBase.) |
![]() |
RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from CollectionBase.) |
![]() |
Count | (Inherited from CollectionBase.) |
![]() |
InnerList | (Inherited from CollectionBase.) |
![]() |
Item[Int32] | Gets an element at a specified index. |
![]() |
List | (Inherited from CollectionBase.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Contains(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IndexOf(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Item[Int32] | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Remove(Object) | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top