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 | |
---|---|---|
BusinessLogicParameterCollection | Initializes a new instance of the BusinessLogicParameterCollection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Capacity | (Se hereda de ArrayList.) | |
Count | (Se hereda de ArrayList.) | |
IsFixedSize | (Se hereda de ArrayList.) | |
IsReadOnly | (Se hereda de ArrayList.) | |
IsSynchronized | (Se hereda de ArrayList.) | |
Item[Int32] | (Se hereda de ArrayList.) | |
Item[String] | Gets or sets the parameter collection at the specified index. | |
SyncRoot | (Se hereda de ArrayList.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add(Object) | Adds the specified parameter to the collection. (Invalida 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 | (Se hereda de ArrayList.) | |
BinarySearch(Object) | (Se hereda de ArrayList.) | |
BinarySearch(Object, IComparer) | (Se hereda de ArrayList.) | |
BinarySearch(Int32, Int32, Object, IComparer) | (Se hereda de ArrayList.) | |
Clear | (Se hereda de ArrayList.) | |
Clone | (Se hereda de ArrayList.) | |
Contains(Object) | (Se hereda de ArrayList.) | |
Contains(String) | Indicates whether the parameter with the specified name exists in the collection. | |
CopyTo(Array) | (Se hereda de ArrayList.) | |
CopyTo(Array, Int32) | (Se hereda de ArrayList.) | |
CopyTo(BusinessLogicParameterCollection, Int32) | Copies a BusinessLogicParameterCollection starting at the specified index. | |
CopyTo(Int32, Array, Int32, Int32) | (Se hereda de ArrayList.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator() | (Se hereda de ArrayList.) | |
GetEnumerator(Int32, Int32) | (Se hereda de ArrayList.) | |
GetHashCode | (Se hereda de Object.) | |
GetRange | (Se hereda de ArrayList.) | |
GetType | (Se hereda de Object.) | |
IndexOf(Object) | (Se hereda de ArrayList.) | |
IndexOf(String) | Returns the index of the parameter object with the specified name. | |
IndexOf(Object, Int32) | (Se hereda de ArrayList.) | |
IndexOf(Object, Int32, Int32) | (Se hereda de ArrayList.) | |
Insert(Int32, Object) | (Se hereda de ArrayList.) | |
Insert(Int32, BusinessLogicParameterCollection) | Inserts the specified index of the parameter object with the specified name into the collection at the specified index | |
InsertRange | (Se hereda de ArrayList.) | |
LastIndexOf(Object) | (Se hereda de ArrayList.) | |
LastIndexOf(Object, Int32) | (Se hereda de ArrayList.) | |
LastIndexOf(Object, Int32, Int32) | (Se hereda de ArrayList.) | |
MemberwiseClone | (Se hereda de Object.) | |
Remove(Object) | (Se hereda de ArrayList.) | |
Remove(BusinessLogicParameterCollection) | Removes the parameter object from the collection. | |
RemoveAt(Int32) | (Se hereda de ArrayList.) | |
RemoveAt(String) | Removes the parameter object with the specified name from the collection. | |
RemoveRange | (Se hereda de ArrayList.) | |
Reverse() | (Se hereda de ArrayList.) | |
Reverse(Int32, Int32) | (Se hereda de ArrayList.) | |
SetRange | (Se hereda de ArrayList.) | |
Sort() | (Se hereda de ArrayList.) | |
Sort(IComparer) | (Se hereda de ArrayList.) | |
Sort(Int32, Int32, IComparer) | (Se hereda de ArrayList.) | |
ToArray() | (Se hereda de ArrayList.) | |
ToArray(Type) | (Se hereda de ArrayList.) | |
ToString | (Se hereda de Object.) | |
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