BusinessLogicParameterCollection 클래스

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

Represents a collection of business logic parameter.

상속 계층

System.Object
  System.Collections.ArrayList
    Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

구문

‘선언
Public Class BusinessLogicParameterCollection _
    Inherits ArrayList _
    Implements IDataParameterCollection, IList, ICollection, IEnumerable
‘사용 방법
Dim instance As BusinessLogicParameterCollection
public class BusinessLogicParameterCollection : ArrayList, 
    IDataParameterCollection, IList, ICollection, IEnumerable
public ref class BusinessLogicParameterCollection : public ArrayList, 
    IDataParameterCollection, IList, ICollection, IEnumerable
type BusinessLogicParameterCollection =  
    class 
        inherit ArrayList 
        interface IDataParameterCollection 
        interface IList 
        interface ICollection 
        interface IEnumerable 
    end
public class BusinessLogicParameterCollection extends ArrayList implements IDataParameterCollection, IList, ICollection, IEnumerable

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 Capacity (ArrayList에서 상속됨)
공용 속성 Count (ArrayList에서 상속됨)
공용 속성 IsFixedSize (ArrayList에서 상속됨)
공용 속성 IsReadOnly (ArrayList에서 상속됨)
공용 속성 IsSynchronized (ArrayList에서 상속됨)
공용 속성 Item[Int32] (ArrayList에서 상속됨)
공용 속성 Item[String] Gets or sets the parameter collection at the specified index.
공용 속성 SyncRoot (ArrayList에서 상속됨)

맨 위로 이동

메서드

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

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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