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
參數
- operation
型別:Microsoft.ReportingServices.Interfaces. . :: . .ResourceOperation
The resource operation to add to the collection.
傳回值
型別:System. . :: . .Int32
The position into which the new resource operation was inserted.