Add 方法

Adds an object to the end of the ResourceOperationsCollection.

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Public Function Add ( _
    operation As ResourceOperation _
) As Integer
用法
Dim instance As ResourceOperationsCollection
Dim operation As ResourceOperation
Dim returnValue As Integer

returnValue = instance.Add(operation)
public int Add(
    ResourceOperation operation
)
public:
int Add(
    ResourceOperation operation
)
member Add : 
        operation:ResourceOperation -> int 
public function Add(
    operation : ResourceOperation
) : int

参数

返回值

类型:System. . :: . .Int32
The position into which the new resource operation was inserted.