BusinessLogicParameterCollection 类

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a collection of business logic parameter.

继承层次结构

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

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Class BusinessLogicParameterCollection _
    Inherits ArrayList _
    Implements IDataParameterCollection, IList, ICollection, IEnumerable
用法
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

BusinessLogicParameterCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 BusinessLogicParameterCollection Initializes a new instance of the BusinessLogicParameterCollection class.

页首

属性

  名称 说明
公共属性 Capacity (从 ArrayList 继承。)
公共属性 Count (从 ArrayList 继承。)
公共属性 IsFixedSize (从 ArrayList 继承。)
公共属性 IsReadOnly (从 ArrayList 继承。)
公共属性 IsSynchronized (从 ArrayList 继承。)
公共属性 Item[Int32] (从 ArrayList 继承。)
公共属性 Item[String] Gets or sets the parameter collection at the specified index.
公共属性 SyncRoot (从 ArrayList 继承。)

页首

方法

  名称 说明
公共方法 Add(Object) Adds the specified parameter to the collection. (覆盖 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 (从 ArrayList 继承。)
公共方法 BinarySearch(Object) (从 ArrayList 继承。)
公共方法 BinarySearch(Object, IComparer) (从 ArrayList 继承。)
公共方法 BinarySearch(Int32, Int32, Object, IComparer) (从 ArrayList 继承。)
公共方法 Clear (从 ArrayList 继承。)
公共方法 Clone (从 ArrayList 继承。)
公共方法 Contains(Object) (从 ArrayList 继承。)
公共方法 Contains(String) Indicates whether the parameter with the specified name exists in the collection.
公共方法 CopyTo(Array) (从 ArrayList 继承。)
公共方法 CopyTo(Array, Int32) (从 ArrayList 继承。)
公共方法 CopyTo(BusinessLogicParameterCollection, Int32) Copies a BusinessLogicParameterCollection starting at the specified index.
公共方法 CopyTo(Int32, Array, Int32, Int32) (从 ArrayList 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator() (从 ArrayList 继承。)
公共方法 GetEnumerator(Int32, Int32) (从 ArrayList 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetRange (从 ArrayList 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 IndexOf(Object) (从 ArrayList 继承。)
公共方法 IndexOf(String) Returns the index of the parameter object with the specified name.
公共方法 IndexOf(Object, Int32) (从 ArrayList 继承。)
公共方法 IndexOf(Object, Int32, Int32) (从 ArrayList 继承。)
公共方法 Insert(Int32, Object) (从 ArrayList 继承。)
公共方法 Insert(Int32, BusinessLogicParameterCollection) Inserts the specified index of the parameter object with the specified name into the collection at the specified index
公共方法 InsertRange (从 ArrayList 继承。)
公共方法 LastIndexOf(Object) (从 ArrayList 继承。)
公共方法 LastIndexOf(Object, Int32) (从 ArrayList 继承。)
公共方法 LastIndexOf(Object, Int32, Int32) (从 ArrayList 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Remove(Object) (从 ArrayList 继承。)
公共方法 Remove(BusinessLogicParameterCollection) Removes the parameter object from the collection.
公共方法 RemoveAt(Int32) (从 ArrayList 继承。)
公共方法 RemoveAt(String) Removes the parameter object with the specified name from the collection.
公共方法 RemoveRange (从 ArrayList 继承。)
公共方法 Reverse() (从 ArrayList 继承。)
公共方法 Reverse(Int32, Int32) (从 ArrayList 继承。)
公共方法 SetRange (从 ArrayList 继承。)
公共方法 Sort() (从 ArrayList 继承。)
公共方法 Sort(IComparer) (从 ArrayList 继承。)
公共方法 Sort(Int32, Int32, IComparer) (从 ArrayList 继承。)
公共方法 ToArray() (从 ArrayList 继承。)
公共方法 ToArray(Type) (从 ArrayList 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 TrimToSize (从 ArrayList 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间