共用方式為


Add 方法

Adds an object to the end of the CatalogOperationsCollection.

命名空間:  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 CatalogOperation _
) As Integer
'用途
Dim instance As CatalogOperationsCollection
Dim operation As CatalogOperation
Dim returnValue As Integer

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

參數

傳回值

型別:System. . :: . .Int32
The position into which the new catalog operation was inserted.