共用方式為


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