Udostępnij przez


Metoda ModelOperationsCollection.Add

Przestrzeń nazw:  Microsoft.ReportingServices.Interfaces
Zestawy:   Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)

Składnia

'Deklaracja
Public Function Add ( _
    operation As ModelOperation _
) As Integer
'Użycie
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

Wartość zwracana

Typ: System.Int32
Wartość całkowitą reprezentującą pozycję, do którego nowy ModelOperation został wstawiony.