Add 方法 (Object)
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
此成員會覆寫 ArrayList. . :: . .Add(Object)。
命名空間: 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