다음을 통해 공유


DTSParamValueCollection 멤버

Represents a collection of DTSParamValue objects.

DTSParamValueCollection 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 DTSParamValueCollection Initializes a new instance of the DTSParamValueCollection class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 Capacity (CollectionBase에서 상속됩니다.)
공용 속성 Count (CollectionBase에서 상속됩니다.)
보호된 속성 InnerList (CollectionBase에서 상속됩니다.)
공용 속성 Item Gets an element at a specified index.
보호된 속성 List (CollectionBase에서 상속됩니다.)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 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에서 상속됩니다.)

맨 위로 이동