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