DTSParamValueCollection 類別

定義

代表一組 DTSParamValue 物件。

public ref class DTSParamValueCollection : System::Collections::CollectionBase, ICloneable
[System.Serializable]
public class DTSParamValueCollection : System.Collections.CollectionBase, ICloneable
[<System.Serializable>]
type DTSParamValueCollection = class
    inherit CollectionBase
    interface ICollection
    interface IEnumerable
    interface ICloneable
Public Class DTSParamValueCollection
Inherits CollectionBase
Implements ICloneable
繼承
DTSParamValueCollection
屬性
實作

建構函式

名稱 Description
DTSParamValueCollection()

初始化 DTSParamValueCollection 類別的新執行個體。

屬性

名稱 Description
Item[Int32]

取得指定索引的元素。

方法

名稱 Description
Add(DTSParamValue)

在集合的結尾加上 a DTSParamValue

Clone()

建立一個深層的收藏副本。 無法繼承這個方法。

Contains(DTSParamValue)

表示是否能透過索引存取集合中的項目而不拋出例外。

Equals(Object)

判斷兩個物件實例是否相等。

GetHashCode()

傳回這個物件的哈希碼。

IndexOf(DTSParamValue)

回傳集合中值首次出現的零為基礎索引。

Insert(Int32, DTSParamValue)

在索引指定的位置將新 DTSParamValue 物件加入集合。

適用於