Класс 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 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Capacity | (Производный от ArrayList.) | |
Count | (Производный от ArrayList.) | |
IsFixedSize | (Производный от ArrayList.) | |
IsReadOnly | (Производный от ArrayList.) | |
IsSynchronized | (Производный от ArrayList.) | |
Item[ ( [ ( Int32] ) ] ) | (Производный от ArrayList.) | |
Item[ ( [ ( String] ) ] ) | ||
SyncRoot | (Производный от ArrayList.) |
В начало
Методы
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.