Classe BusinessLogicParameterCollection
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a collection of business logic parameter.
Hiérarchie d'héritage
System.Object
System.Collections.ArrayList
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameterCollection
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Class BusinessLogicParameterCollection _
Inherits ArrayList _
Implements IDataParameterCollection, IList, ICollection, IEnumerable
'Utilisation
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
Le type BusinessLogicParameterCollection expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BusinessLogicParameterCollection | Initializes a new instance of the BusinessLogicParameterCollection class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Capacity | (hérité de ArrayList.) | |
Count | (hérité de ArrayList.) | |
IsFixedSize | (hérité de ArrayList.) | |
IsReadOnly | (hérité de ArrayList.) | |
IsSynchronized | (hérité de ArrayList.) | |
Item[Int32] | (hérité de ArrayList.) | |
Item[String] | Gets or sets the parameter collection at the specified index. | |
SyncRoot | (hérité de ArrayList.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add(Object) | Adds the specified parameter to the collection. (remplace 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 | (hérité de ArrayList.) | |
BinarySearch(Object) | (hérité de ArrayList.) | |
BinarySearch(Object, IComparer) | (hérité de ArrayList.) | |
BinarySearch(Int32, Int32, Object, IComparer) | (hérité de ArrayList.) | |
Clear | (hérité de ArrayList.) | |
Clone | (hérité de ArrayList.) | |
Contains(Object) | (hérité de ArrayList.) | |
Contains(String) | Indicates whether the parameter with the specified name exists in the collection. | |
CopyTo(Array) | (hérité de ArrayList.) | |
CopyTo(Array, Int32) | (hérité de ArrayList.) | |
CopyTo(BusinessLogicParameterCollection, Int32) | Copies a BusinessLogicParameterCollection starting at the specified index. | |
CopyTo(Int32, Array, Int32, Int32) | (hérité de ArrayList.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator() | (hérité de ArrayList.) | |
GetEnumerator(Int32, Int32) | (hérité de ArrayList.) | |
GetHashCode | (hérité de Object.) | |
GetRange | (hérité de ArrayList.) | |
GetType | (hérité de Object.) | |
IndexOf(Object) | (hérité de ArrayList.) | |
IndexOf(String) | Returns the index of the parameter object with the specified name. | |
IndexOf(Object, Int32) | (hérité de ArrayList.) | |
IndexOf(Object, Int32, Int32) | (hérité de ArrayList.) | |
Insert(Int32, Object) | (hérité 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 | (hérité de ArrayList.) | |
LastIndexOf(Object) | (hérité de ArrayList.) | |
LastIndexOf(Object, Int32) | (hérité de ArrayList.) | |
LastIndexOf(Object, Int32, Int32) | (hérité de ArrayList.) | |
MemberwiseClone | (hérité de Object.) | |
Remove(Object) | (hérité de ArrayList.) | |
Remove(BusinessLogicParameterCollection) | Removes the parameter object from the collection. | |
RemoveAt(Int32) | (hérité de ArrayList.) | |
RemoveAt(String) | Removes the parameter object with the specified name from the collection. | |
RemoveRange | (hérité de ArrayList.) | |
Reverse() | (hérité de ArrayList.) | |
Reverse(Int32, Int32) | (hérité de ArrayList.) | |
SetRange | (hérité de ArrayList.) | |
Sort() | (hérité de ArrayList.) | |
Sort(IComparer) | (hérité de ArrayList.) | |
Sort(Int32, Int32, IComparer) | (hérité de ArrayList.) | |
ToArray() | (hérité de ArrayList.) | |
ToArray(Type) | (hérité de ArrayList.) | |
ToString | (hérité de Object.) | |
TrimToSize | (hérité de ArrayList.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport