Compartir a través de


Clase BusinessLogicParameterCollection

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a collection of business logic parameter.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Class BusinessLogicParameterCollection _
    Inherits ArrayList _
    Implements IDataParameterCollection, IList, ICollection, IEnumerable
'Uso
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

El tipo BusinessLogicParameterCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessLogicParameterCollection Initializes a new instance of the BusinessLogicParameterCollection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Capacity (Se hereda de ArrayList.)
Propiedad pública Count (Se hereda de ArrayList.)
Propiedad pública IsFixedSize (Se hereda de ArrayList.)
Propiedad pública IsReadOnly (Se hereda de ArrayList.)
Propiedad pública IsSynchronized (Se hereda de ArrayList.)
Propiedad pública Item[Int32] (Se hereda de ArrayList.)
Propiedad pública Item[String] Gets or sets the parameter collection at the specified index.
Propiedad pública SyncRoot (Se hereda de ArrayList.)

Arriba

Métodos

  Nombre Descripción
Método público Add(Object) Adds the specified parameter to the collection. (Invalida ArrayList.Add(Object).)
Método público Add(BusinessLogicParameter) Adds the specified parameter to the collection.
Método público Add(String, DbType) Adds the specified parameter to the collection.
Método público Add(String, Object) Adds the specified parameter to the collection.
Método público Add(String, DbType, String) Adds the specified parameter to the collection.
Método público AddRange (Se hereda de ArrayList.)
Método público BinarySearch(Object) (Se hereda de ArrayList.)
Método público BinarySearch(Object, IComparer) (Se hereda de ArrayList.)
Método público BinarySearch(Int32, Int32, Object, IComparer) (Se hereda de ArrayList.)
Método público Clear (Se hereda de ArrayList.)
Método público Clone (Se hereda de ArrayList.)
Método público Contains(Object) (Se hereda de ArrayList.)
Método público Contains(String) Indicates whether the parameter with the specified name exists in the collection.
Método público CopyTo(Array) (Se hereda de ArrayList.)
Método público CopyTo(Array, Int32) (Se hereda de ArrayList.)
Método público CopyTo(BusinessLogicParameterCollection, Int32) Copies a BusinessLogicParameterCollection starting at the specified index.
Método público CopyTo(Int32, Array, Int32, Int32) (Se hereda de ArrayList.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator() (Se hereda de ArrayList.)
Método público GetEnumerator(Int32, Int32) (Se hereda de ArrayList.)
Método público GetHashCode (Se hereda de Object.)
Método público GetRange (Se hereda de ArrayList.)
Método público GetType (Se hereda de Object.)
Método público IndexOf(Object) (Se hereda de ArrayList.)
Método público IndexOf(String) Returns the index of the parameter object with the specified name.
Método público IndexOf(Object, Int32) (Se hereda de ArrayList.)
Método público IndexOf(Object, Int32, Int32) (Se hereda de ArrayList.)
Método público Insert(Int32, Object) (Se hereda de ArrayList.)
Método público Insert(Int32, BusinessLogicParameterCollection) Inserts the specified index of the parameter object with the specified name into the collection at the specified index
Método público InsertRange (Se hereda de ArrayList.)
Método público LastIndexOf(Object) (Se hereda de ArrayList.)
Método público LastIndexOf(Object, Int32) (Se hereda de ArrayList.)
Método público LastIndexOf(Object, Int32, Int32) (Se hereda de ArrayList.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Remove(Object) (Se hereda de ArrayList.)
Método público Remove(BusinessLogicParameterCollection) Removes the parameter object from the collection.
Método público RemoveAt(Int32) (Se hereda de ArrayList.)
Método público RemoveAt(String) Removes the parameter object with the specified name from the collection.
Método público RemoveRange (Se hereda de ArrayList.)
Método público Reverse() (Se hereda de ArrayList.)
Método público Reverse(Int32, Int32) (Se hereda de ArrayList.)
Método público SetRange (Se hereda de ArrayList.)
Método público Sort() (Se hereda de ArrayList.)
Método público Sort(IComparer) (Se hereda de ArrayList.)
Método público Sort(Int32, Int32, IComparer) (Se hereda de ArrayList.)
Método público ToArray() (Se hereda de ArrayList.)
Método público ToArray(Type) (Se hereda de ArrayList.)
Método público ToString (Se hereda de Object.)
Método público TrimToSize (Se hereda de ArrayList.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport