DTSParamValueCollection Class
Represents a collection of DTSParamValue objects.
Inheritance Hierarchy
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
The DTSParamValueCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item | Gets an element at a specified index. | |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
Add | 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 | Indicates whether the items in a collection can be accessed by using indexing without throwing an exception. | |
Equals | 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 | Returns the zero-based index of the first occurrence of a value in a collection. | |
Insert | 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 | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.