DTSParamValueCollection Members
Represents a collection of DTSParamValue objects.
The following tables list the members exposed by the DTSParamValueCollection type.
Public Constructors
Name | Description | |
---|---|---|
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Capacity | (inherited from CollectionBase ) | |
Count | (inherited from CollectionBase ) | |
Item | Gets an element at a specified index. |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (inherited from CollectionBase ) | |
List | (inherited from CollectionBase ) |
Top
Public Methods
(see also Protected 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 | Overloaded. Overridden. | |
GetEnumerator | (inherited from CollectionBase ) | |
GetHashCode | Overridden. Returns the hash code for this object. | |
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. | |
ReferenceEquals | (inherited from Object ) | |
RemoveAt | (inherited from CollectionBase ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
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 ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (inherited from CollectionBase ) | |
System.Collections.IList.Add | (inherited from CollectionBase ) | |
System.Collections.IList.Contains | (inherited from CollectionBase ) | |
System.Collections.IList.IndexOf | (inherited from CollectionBase ) | |
System.Collections.IList.Insert | (inherited from CollectionBase ) | |
System.Collections.IList.Remove | (inherited from CollectionBase ) | |
System.Collections.ICollection.IsSynchronized | (inherited from CollectionBase ) | |
System.Collections.ICollection.SyncRoot | (inherited from CollectionBase ) | |
System.Collections.IList.IsFixedSize | (inherited from CollectionBase ) | |
System.Collections.IList.IsReadOnly | (inherited from CollectionBase ) | |
System.Collections.IList.Item | (inherited from CollectionBase ) |
Top
See Also
Reference
DTSParamValueCollection Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace