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 유형에서 다음 멤버를 표시합니다.
생성자
맨 위로 이동
속성
맨 위로 이동
메서드
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 네임스페이스