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 型別公開下列成員。
建構函式
上層
屬性
上層
方法
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 命名空間