Classe BusinessLogicParameterCollection
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a collection of business logic parameter.
Hierarquia de herança
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
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
O tipo BusinessLogicParameterCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BusinessLogicParameterCollection | Initializes a new instance of the BusinessLogicParameterCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Capacity | (Herdado de ArrayList.) | |
Count | (Herdado de ArrayList.) | |
IsFixedSize | (Herdado de ArrayList.) | |
IsReadOnly | (Herdado de ArrayList.) | |
IsSynchronized | (Herdado de ArrayList.) | |
Item[Int32] | (Herdado de ArrayList.) | |
Item[String] | Gets or sets the parameter collection at the specified index. | |
SyncRoot | (Herdado de ArrayList.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add(Object) | Adds the specified parameter to the collection. (Substitui 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 | (Herdado de ArrayList.) | |
BinarySearch(Object) | (Herdado de ArrayList.) | |
BinarySearch(Object, IComparer) | (Herdado de ArrayList.) | |
BinarySearch(Int32, Int32, Object, IComparer) | (Herdado de ArrayList.) | |
Clear | (Herdado de ArrayList.) | |
Clone | (Herdado de ArrayList.) | |
Contains(Object) | (Herdado de ArrayList.) | |
Contains(String) | Indicates whether the parameter with the specified name exists in the collection. | |
CopyTo(Array) | (Herdado de ArrayList.) | |
CopyTo(Array, Int32) | (Herdado de ArrayList.) | |
CopyTo(BusinessLogicParameterCollection, Int32) | Copies a BusinessLogicParameterCollection starting at the specified index. | |
CopyTo(Int32, Array, Int32, Int32) | (Herdado de ArrayList.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator() | (Herdado de ArrayList.) | |
GetEnumerator(Int32, Int32) | (Herdado de ArrayList.) | |
GetHashCode | (Herdado de Object.) | |
GetRange | (Herdado de ArrayList.) | |
GetType | (Herdado de Object.) | |
IndexOf(Object) | (Herdado de ArrayList.) | |
IndexOf(String) | Returns the index of the parameter object with the specified name. | |
IndexOf(Object, Int32) | (Herdado de ArrayList.) | |
IndexOf(Object, Int32, Int32) | (Herdado de ArrayList.) | |
Insert(Int32, Object) | (Herdado 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 | (Herdado de ArrayList.) | |
LastIndexOf(Object) | (Herdado de ArrayList.) | |
LastIndexOf(Object, Int32) | (Herdado de ArrayList.) | |
LastIndexOf(Object, Int32, Int32) | (Herdado de ArrayList.) | |
MemberwiseClone | (Herdado de Object.) | |
Remove(Object) | (Herdado de ArrayList.) | |
Remove(BusinessLogicParameterCollection) | Removes the parameter object from the collection. | |
RemoveAt(Int32) | (Herdado de ArrayList.) | |
RemoveAt(String) | Removes the parameter object with the specified name from the collection. | |
RemoveRange | (Herdado de ArrayList.) | |
Reverse() | (Herdado de ArrayList.) | |
Reverse(Int32, Int32) | (Herdado de ArrayList.) | |
SetRange | (Herdado de ArrayList.) | |
Sort() | (Herdado de ArrayList.) | |
Sort(IComparer) | (Herdado de ArrayList.) | |
Sort(Int32, Int32, IComparer) | (Herdado de ArrayList.) | |
ToArray() | (Herdado de ArrayList.) | |
ToArray(Type) | (Herdado de ArrayList.) | |
ToString | (Herdado de Object.) | |
TrimToSize | (Herdado de ArrayList.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport