BusinessLogicParameterCollection.Add 方法 (BusinessLogicParameter)
此 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 ( _
value As BusinessLogicParameter _
) As Integer
'用途
Dim instance As BusinessLogicParameterCollection
Dim value As BusinessLogicParameter
Dim returnValue As Integer
returnValue = instance.Add(value)
public int Add(
BusinessLogicParameter value
)
public:
int Add(
BusinessLogicParameter^ value
)
member Add :
value:BusinessLogicParameter -> int
public function Add(
value : BusinessLogicParameter
) : int
參數
- value
型別:Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicParameter
The value of the parameter to add.
傳回值
型別:System.Int32
The index of the parameter object in the collection.