DTSParamValueCollection Members
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 | |
---|---|---|
![]() |
Capacity | (inherited from CollectionBase ) |
![]() |
Count | (inherited from CollectionBase ) |
![]() |
Item | Gets an element at a specified index. |
頂端
Protected Properties
名稱 | Description | |
---|---|---|
![]() |
InnerList | (inherited from CollectionBase ) |
![]() |
List | (inherited from CollectionBase ) |
頂端
Public Methods
(see also Protected Methods )
名稱 | 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 ) |
頂端
Protected Methods
名稱 | 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 ) |
頂端
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