Represents a collection of DTSParamValue objects.
The following tables list the members exposed by the DTSParamValueCollection type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. | 
顶部
Public Properties
(see also Protected Properties )
| 名称 | Description | |
|---|---|---|
| .gif) | Capacity | (inherited from CollectionBase ) | 
| .gif) | Count | (inherited from CollectionBase ) | 
| .gif) | Item | Gets an element at a specified index. | 
顶部
Protected Properties
| 名称 | Description | |
|---|---|---|
| .gif) | InnerList | (inherited from CollectionBase ) | 
| .gif) | List | (inherited from CollectionBase ) | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Add | Adds a DTSParamValue to the end of a collection. | 
| .gif) | Clear | (inherited from CollectionBase ) | 
| .gif) | Clone | Creates a deep copy of a collection. This method cannot be inherited. | 
| .gif) | Contains | Indicates whether the items in a collection can be accessed by using indexing without throwing an exception. | 
| .gif) | Equals | Overloaded. Overridden. | 
| .gif) | GetEnumerator | (inherited from CollectionBase ) | 
| .gif) | GetHashCode | Overridden. Returns the hash code for this object. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | IndexOf | Returns the zero-based index of the first occurrence of a value in a collection. | 
| .gif) | Insert | Adds a new DTSParamValue object into a collection at the location specified by the index. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | RemoveAt | (inherited from CollectionBase ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
| .gif) | OnClear | (inherited from CollectionBase ) | 
| .gif) | OnClearComplete | (inherited from CollectionBase ) | 
| .gif) | OnInsert | (inherited from CollectionBase ) | 
| .gif) | OnInsertComplete | (inherited from CollectionBase ) | 
| .gif) | OnRemove | (inherited from CollectionBase ) | 
| .gif) | OnRemoveComplete | (inherited from CollectionBase ) | 
| .gif) | OnSet | (inherited from CollectionBase ) | 
| .gif) | OnSetComplete | (inherited from CollectionBase ) | 
| .gif) | OnValidate | (inherited from CollectionBase ) | 
顶部
Explicit Interface Implementations
| 名称 | 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 ) | 
顶部
请参阅
参考
DTSParamValueCollection Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace