DTSParamValueCollection 类
Represents a collection of DTSParamValue objects.
继承层次结构
System. . :: . .Object
System.Collections. . :: . .CollectionBase
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..DTSParamValueCollection
命名空间: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集: Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)
语法
声明
<SerializableAttribute> _
Public Class DTSParamValueCollection _
Inherits CollectionBase _
Implements ICollection, IEnumerable, ICloneable
用法
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
DTSParamValueCollection 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
DTSParamValueCollection | Initializes a new instance of the DTSParamValueCollection class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Capacity | (从 CollectionBase 继承。) |
![]() |
Count | (从 CollectionBase 继承。) |
![]() |
InnerList | (从 CollectionBase 继承。) |
![]() |
Item | Gets an element at a specified index. |
![]() |
List | (从 CollectionBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | Adds a DTSParamValue to the end of a collection. |
![]() |
Clear | (从 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. (覆盖 Object. . :: . .Equals(Object)。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetEnumerator | (从 CollectionBase 继承。) |
![]() |
GetHashCode | Returns the hash code for this object. (覆盖 Object. . :: . .GetHashCode() () () ()。) |
![]() |
GetType | (从 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 | (从 Object 继承。) |
![]() |
OnClear | (从 CollectionBase 继承。) |
![]() |
OnClearComplete | (从 CollectionBase 继承。) |
![]() |
OnInsert | (从 CollectionBase 继承。) |
![]() |
OnInsertComplete | (从 CollectionBase 继承。) |
![]() |
OnRemove | (从 CollectionBase 继承。) |
![]() |
OnRemoveComplete | (从 CollectionBase 继承。) |
![]() |
OnSet | (从 CollectionBase 继承。) |
![]() |
OnSetComplete | (从 CollectionBase 继承。) |
![]() |
OnValidate | (从 CollectionBase 继承。) |
![]() |
RemoveAt | (从 CollectionBase 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
IList. . :: . .Add | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .Contains | (从 CollectionBase 继承。) |
![]() ![]() |
ICollection. . :: . .CopyTo | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .IndexOf | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .Insert | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .IsFixedSize | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .IsReadOnly | (从 CollectionBase 继承。) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .Item | (从 CollectionBase 继承。) |
![]() ![]() |
IList. . :: . .Remove | (从 CollectionBase 继承。) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (从 CollectionBase 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。