BusinessLogicParameterCollection 类
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
继承层次结构
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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Capacity | (从 ArrayList 继承。) | |
Count | (从 ArrayList 继承。) | |
IsFixedSize | (从 ArrayList 继承。) | |
IsReadOnly | (从 ArrayList 继承。) | |
IsSynchronized | (从 ArrayList 继承。) | |
Item[ ( [ ( Int32] ) ] ) | (从 ArrayList 继承。) | |
Item[ ( [ ( String] ) ] ) | ||
SyncRoot | (从 ArrayList 继承。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。