共用方式為


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 命名空間