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


Класс BusinessLogicParameterCollection

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

Пространство имен:  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

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

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

Потоковая защита

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