AdomdParameterCollection.IList.Add 方法
Adds an item to the AdomdParameterCollection.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Private Function Add ( _
pObj As Object _
) As Integer Implements IList.Add
用法
Dim instance As AdomdParameterCollection
Dim pObj As Object
Dim returnValue As Integer
returnValue = CType(instance, IList).Add(pObj)
int IList.Add(
Object pObj
)
private:
virtual int Add(
Object^ pObj
) sealed = IList::Add
private abstract Add :
pObj:Object -> int
private override Add :
pObj:Object -> int
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- pObj
类型:System.Object
The AdomdParameter object to add to the collection.
返回值
类型:System.Int32
The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.