Partager via


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
Méthode publique BusinessLogicParameterCollection Initializes a new instance of the BusinessLogicParameterCollection class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Capacity (hérité de ArrayList.)
Propriété publique Count (hérité de ArrayList.)
Propriété publique IsFixedSize (hérité de ArrayList.)
Propriété publique IsReadOnly (hérité de ArrayList.)
Propriété publique IsSynchronized (hérité de ArrayList.)
Propriété publique Item[Int32] (hérité de ArrayList.)
Propriété publique Item[String] Gets or sets the parameter collection at the specified index.
Propriété publique SyncRoot (hérité de ArrayList.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add(Object) Adds the specified parameter to the collection. (remplace ArrayList.Add(Object).)
Méthode publique Add(BusinessLogicParameter) Adds the specified parameter to the collection.
Méthode publique Add(String, DbType) Adds the specified parameter to the collection.
Méthode publique Add(String, Object) Adds the specified parameter to the collection.
Méthode publique Add(String, DbType, String) Adds the specified parameter to the collection.
Méthode publique AddRange (hérité de ArrayList.)
Méthode publique BinarySearch(Object) (hérité de ArrayList.)
Méthode publique BinarySearch(Object, IComparer) (hérité de ArrayList.)
Méthode publique BinarySearch(Int32, Int32, Object, IComparer) (hérité de ArrayList.)
Méthode publique Clear (hérité de ArrayList.)
Méthode publique Clone (hérité de ArrayList.)
Méthode publique Contains(Object) (hérité de ArrayList.)
Méthode publique Contains(String) Indicates whether the parameter with the specified name exists in the collection.
Méthode publique CopyTo(Array) (hérité de ArrayList.)
Méthode publique CopyTo(Array, Int32) (hérité de ArrayList.)
Méthode publique CopyTo(BusinessLogicParameterCollection, Int32) Copies a BusinessLogicParameterCollection starting at the specified index.
Méthode publique CopyTo(Int32, Array, Int32, Int32) (hérité de ArrayList.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator() (hérité de ArrayList.)
Méthode publique GetEnumerator(Int32, Int32) (hérité de ArrayList.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetRange (hérité de ArrayList.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf(Object) (hérité de ArrayList.)
Méthode publique IndexOf(String) Returns the index of the parameter object with the specified name.
Méthode publique IndexOf(Object, Int32) (hérité de ArrayList.)
Méthode publique IndexOf(Object, Int32, Int32) (hérité de ArrayList.)
Méthode publique Insert(Int32, Object) (hérité de ArrayList.)
Méthode publique Insert(Int32, BusinessLogicParameterCollection) Inserts the specified index of the parameter object with the specified name into the collection at the specified index
Méthode publique InsertRange (hérité de ArrayList.)
Méthode publique LastIndexOf(Object) (hérité de ArrayList.)
Méthode publique LastIndexOf(Object, Int32) (hérité de ArrayList.)
Méthode publique LastIndexOf(Object, Int32, Int32) (hérité de ArrayList.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Remove(Object) (hérité de ArrayList.)
Méthode publique Remove(BusinessLogicParameterCollection) Removes the parameter object from the collection.
Méthode publique RemoveAt(Int32) (hérité de ArrayList.)
Méthode publique RemoveAt(String) Removes the parameter object with the specified name from the collection.
Méthode publique RemoveRange (hérité de ArrayList.)
Méthode publique Reverse() (hérité de ArrayList.)
Méthode publique Reverse(Int32, Int32) (hérité de ArrayList.)
Méthode publique SetRange (hérité de ArrayList.)
Méthode publique Sort() (hérité de ArrayList.)
Méthode publique Sort(IComparer) (hérité de ArrayList.)
Méthode publique Sort(Int32, Int32, IComparer) (hérité de ArrayList.)
Méthode publique ToArray() (hérité de ArrayList.)
Méthode publique ToArray(Type) (hérité de ArrayList.)
Méthode publique ToString (hérité de Object.)
Méthode publique 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