此 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 命名空间