次の方法で共有


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

パラメーター

戻り値

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

実装

IList.Add(Object)

関連項目

参照

BusinessLogicParameterCollection クラス

Add オーバーロード

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間