BusinessLogicParameterCollection.Add 方法 (Object)

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Adds the specified parameter to the collection.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Overrides Function Add ( _
    value As Object _
) As Integer
用法
Dim instance As BusinessLogicParameterCollection 
Dim value As Object 
Dim returnValue As Integer 

returnValue = instance.Add(value)
public override int Add(
    Object value
)
public:
virtual int Add(
    Object^ value
) override
abstract Add : 
        value:Object -> int  
override Add : 
        value:Object -> int
public override function Add(
    value : Object
) : int

参数

  • value
    类型:System.Object
    The value of the parameter to add.

返回值

类型:System.Int32
The index of the parameter object in the collection.

实现

IList.Add(Object)

请参阅

参考

BusinessLogicParameterCollection 类

Add 重载

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间