この 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.