次の方法で共有


BusinessLogicParameterCollection.Add メソッド (String, 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 Function Add ( _
    parameterName As String, _
    value As Object _
) As Integer
'使用
Dim instance As BusinessLogicParameterCollection 
Dim parameterName As String 
Dim value As Object 
Dim returnValue As Integer 

returnValue = instance.Add(parameterName, _
    value)
public int Add(
    string parameterName,
    Object value
)
public:
int Add(
    String^ parameterName, 
    Object^ value
)
member Add : 
        parameterName:string * 
        value:Object -> int
public function Add(
    parameterName : String, 
    value : Object
) : int

パラメーター

戻り値

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

関連項目

参照

BusinessLogicParameterCollection クラス

Add オーバーロード

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間