共用方式為


Add 方法

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Public Function Add ( _
    operation As ModelOperation _
) As Integer
'用途
Dim instance As ModelOperationsCollection
Dim operation As ModelOperation
Dim returnValue As Integer

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

傳回值

型別:System. . :: . .Int32
An integer value representing the position into which the new ModelOperation was inserted.