BusinessLogicParameterCollection 메서드

보호된 멤버 포함
상속된 멤버 포함

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

BusinessLogicParameterCollection 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Add(Object) Adds the specified parameter to the collection. (ArrayList.Add(Object)을(를) 재정의함)
공용 메서드 Add(BusinessLogicParameter) Adds the specified parameter to the collection.
공용 메서드 Add(String, DbType) Adds the specified parameter to the collection.
공용 메서드 Add(String, Object) Adds the specified parameter to the collection.
공용 메서드 Add(String, DbType, String) Adds the specified parameter to the collection.
공용 메서드 AddRange (ArrayList에서 상속됨)
공용 메서드 BinarySearch(Object) (ArrayList에서 상속됨)
공용 메서드 BinarySearch(Object, IComparer) (ArrayList에서 상속됨)
공용 메서드 BinarySearch(Int32, Int32, Object, IComparer) (ArrayList에서 상속됨)
공용 메서드 Clear (ArrayList에서 상속됨)
공용 메서드 Clone (ArrayList에서 상속됨)
공용 메서드 Contains(Object) (ArrayList에서 상속됨)
공용 메서드 Contains(String) Indicates whether the parameter with the specified name exists in the collection.
공용 메서드 CopyTo(Array) (ArrayList에서 상속됨)
공용 메서드 CopyTo(Array, Int32) (ArrayList에서 상속됨)
공용 메서드 CopyTo(BusinessLogicParameterCollection, Int32) Copies a BusinessLogicParameterCollection starting at the specified index.
공용 메서드 CopyTo(Int32, Array, Int32, Int32) (ArrayList에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator() (ArrayList에서 상속됨)
공용 메서드 GetEnumerator(Int32, Int32) (ArrayList에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetRange (ArrayList에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf(Object) (ArrayList에서 상속됨)
공용 메서드 IndexOf(String) Returns the index of the parameter object with the specified name.
공용 메서드 IndexOf(Object, Int32) (ArrayList에서 상속됨)
공용 메서드 IndexOf(Object, Int32, Int32) (ArrayList에서 상속됨)
공용 메서드 Insert(Int32, Object) (ArrayList에서 상속됨)
공용 메서드 Insert(Int32, BusinessLogicParameterCollection) Inserts the specified index of the parameter object with the specified name into the collection at the specified index
공용 메서드 InsertRange (ArrayList에서 상속됨)
공용 메서드 LastIndexOf(Object) (ArrayList에서 상속됨)
공용 메서드 LastIndexOf(Object, Int32) (ArrayList에서 상속됨)
공용 메서드 LastIndexOf(Object, Int32, Int32) (ArrayList에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove(Object) (ArrayList에서 상속됨)
공용 메서드 Remove(BusinessLogicParameterCollection) Removes the parameter object from the collection.
공용 메서드 RemoveAt(Int32) (ArrayList에서 상속됨)
공용 메서드 RemoveAt(String) Removes the parameter object with the specified name from the collection.
공용 메서드 RemoveRange (ArrayList에서 상속됨)
공용 메서드 Reverse() (ArrayList에서 상속됨)
공용 메서드 Reverse(Int32, Int32) (ArrayList에서 상속됨)
공용 메서드 SetRange (ArrayList에서 상속됨)
공용 메서드 Sort() (ArrayList에서 상속됨)
공용 메서드 Sort(IComparer) (ArrayList에서 상속됨)
공용 메서드 Sort(Int32, Int32, IComparer) (ArrayList에서 상속됨)
공용 메서드 ToArray() (ArrayList에서 상속됨)
공용 메서드 ToArray(Type) (ArrayList에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)
공용 메서드 TrimToSize (ArrayList에서 상속됨)

맨 위로 이동

참고 항목

참조

BusinessLogicParameterCollection 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스