Поделиться через


Метод 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.