共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空間