DTSParamValueCollection Class
Represents a collection of DTSParamValue objects.
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
System.Collections::CollectionBase
Microsoft.SqlServer.Dts.Tasks.WebServiceTask::DTSParamValueCollection
| Name | Description | |
|---|---|---|
![]() | DTSParamValueCollection() | Initializes a new instance of the DTSParamValueCollection class. |
| 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.) |
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Add(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from CollectionBase.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from CollectionBase.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from CollectionBase.) |
![]() ![]() | IList::IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() | IList::IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() | IList::Item[Int32] | (Inherited from CollectionBase.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






