다음을 통해 공유


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 네임스페이스