Поделиться через


Класс BusinessLogicParameterCollection

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Иерархия наследования

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

В начало

Свойства

  Имя Описание
Открытое свойство Capacity (Производный от ArrayList.)
Открытое свойство Count (Производный от ArrayList.)
Открытое свойство IsFixedSize (Производный от ArrayList.)
Открытое свойство IsReadOnly (Производный от ArrayList.)
Открытое свойство IsSynchronized (Производный от ArrayList.)
Открытое свойство Item[ ( [ ( Int32] ) ] ) (Производный от ArrayList.)
Открытое свойство Item[ ( [ ( String] ) ] )
Открытое свойство SyncRoot (Производный от ArrayList.)

В начало

Методы

  Имя Описание
Открытый метод Add(Object) (Переопределяет ArrayList. . :: . .Add(Object).)
Открытый метод Add(BusinessLogicParameter)
Открытый метод Add(String, DbType)
Открытый метод Add(String, Object)
Открытый метод Add(String, DbType, String)
Открытый метод AddRange (Производный от ArrayList.)
Открытый метод BinarySearch(Object) (Производный от ArrayList.)
Открытый метод BinarySearch(Object, IComparer) (Производный от ArrayList.)
Открытый метод BinarySearch(Int32, Int32, Object, IComparer) (Производный от ArrayList.)
Открытый метод Clear (Производный от ArrayList.)
Открытый метод Clone (Производный от ArrayList.)
Открытый метод Contains(Object) (Производный от ArrayList.)
Открытый метод Contains(String)
Открытый метод CopyTo(Array) (Производный от ArrayList.)
Открытый метод CopyTo(Array, Int32) (Производный от ArrayList.)
Открытый метод CopyTo(BusinessLogicParameterCollection, Int32)
Открытый метод 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)
Открытый метод IndexOf(Object, Int32) (Производный от ArrayList.)
Открытый метод IndexOf(Object, Int32, Int32) (Производный от ArrayList.)
Открытый метод Insert(Int32, Object) (Производный от ArrayList.)
Открытый метод Insert(Int32, BusinessLogicParameterCollection)
Открытый метод InsertRange (Производный от ArrayList.)
Открытый метод LastIndexOf(Object) (Производный от ArrayList.)
Открытый метод LastIndexOf(Object, Int32) (Производный от ArrayList.)
Открытый метод LastIndexOf(Object, Int32, Int32) (Производный от ArrayList.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove(Object) (Производный от ArrayList.)
Открытый метод Remove(BusinessLogicParameterCollection)
Открытый метод RemoveAt(Int32) (Производный от ArrayList.)
Открытый метод RemoveAt(String)
Открытый метод 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.