此 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 型別公開下列成員。
建構函式
上層
屬性
上層
方法
.gif) |
Add(Object) |
Adds the specified parameter to the collection. (覆寫 ArrayList.Add(Object)。) |
.gif) |
Add(BusinessLogicParameter) |
Adds the specified parameter to the collection. |
.gif) |
Add(String, DbType) |
Adds the specified parameter to the collection. |
.gif) |
Add(String, Object) |
Adds the specified parameter to the collection. |
.gif) |
Add(String, DbType, String) |
Adds the specified parameter to the collection. |
.gif) |
AddRange |
(繼承自 ArrayList。) |
.gif) |
BinarySearch(Object) |
(繼承自 ArrayList。) |
.gif) |
BinarySearch(Object, IComparer) |
(繼承自 ArrayList。) |
.gif) |
BinarySearch(Int32, Int32, Object, IComparer) |
(繼承自 ArrayList。) |
.gif) |
Clear |
(繼承自 ArrayList。) |
.gif) |
Clone |
(繼承自 ArrayList。) |
.gif) |
Contains(Object) |
(繼承自 ArrayList。) |
.gif) |
Contains(String) |
Indicates whether the parameter with the specified name exists in the collection. |
.gif) |
CopyTo(Array) |
(繼承自 ArrayList。) |
.gif) |
CopyTo(Array, Int32) |
(繼承自 ArrayList。) |
.gif) |
CopyTo(BusinessLogicParameterCollection, Int32) |
Copies a BusinessLogicParameterCollection starting at the specified index. |
.gif) |
CopyTo(Int32, Array, Int32, Int32) |
(繼承自 ArrayList。) |
.gif) |
Equals |
(繼承自 Object。) |
.gif) |
Finalize |
(繼承自 Object。) |
.gif) |
GetEnumerator() |
(繼承自 ArrayList。) |
.gif) |
GetEnumerator(Int32, Int32) |
(繼承自 ArrayList。) |
.gif) |
GetHashCode |
(繼承自 Object。) |
.gif) |
GetRange |
(繼承自 ArrayList。) |
.gif) |
GetType |
(繼承自 Object。) |
.gif) |
IndexOf(Object) |
(繼承自 ArrayList。) |
.gif) |
IndexOf(String) |
Returns the index of the parameter object with the specified name. |
.gif) |
IndexOf(Object, Int32) |
(繼承自 ArrayList。) |
.gif) |
IndexOf(Object, Int32, Int32) |
(繼承自 ArrayList。) |
.gif) |
Insert(Int32, Object) |
(繼承自 ArrayList。) |
.gif) |
Insert(Int32, BusinessLogicParameterCollection) |
Inserts the specified index of the parameter object with the specified name into the collection at the specified index |
.gif) |
InsertRange |
(繼承自 ArrayList。) |
.gif) |
LastIndexOf(Object) |
(繼承自 ArrayList。) |
.gif) |
LastIndexOf(Object, Int32) |
(繼承自 ArrayList。) |
.gif) |
LastIndexOf(Object, Int32, Int32) |
(繼承自 ArrayList。) |
.gif) |
MemberwiseClone |
(繼承自 Object。) |
.gif) |
Remove(Object) |
(繼承自 ArrayList。) |
.gif) |
Remove(BusinessLogicParameterCollection) |
Removes the parameter object from the collection. |
.gif) |
RemoveAt(Int32) |
(繼承自 ArrayList。) |
.gif) |
RemoveAt(String) |
Removes the parameter object with the specified name from the collection. |
.gif) |
RemoveRange |
(繼承自 ArrayList。) |
.gif) |
Reverse() |
(繼承自 ArrayList。) |
.gif) |
Reverse(Int32, Int32) |
(繼承自 ArrayList。) |
.gif) |
SetRange |
(繼承自 ArrayList。) |
.gif) |
Sort() |
(繼承自 ArrayList。) |
.gif) |
Sort(IComparer) |
(繼承自 ArrayList。) |
.gif) |
Sort(Int32, Int32, IComparer) |
(繼承自 ArrayList。) |
.gif) |
ToArray() |
(繼承自 ArrayList。) |
.gif) |
ToArray(Type) |
(繼承自 ArrayList。) |
.gif) |
ToString |
(繼承自 Object。) |
.gif) |
TrimToSize |
(繼承自 ArrayList。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
請參閱
參考
Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間