Metoda ModelOperationsCollection.Add
Adds a ModelOperation to the ModelOperationsCollection.
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
Parametry
- operation
Typ: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation obiektu.
Wartość zwracana
Typ: System.Int32
Wartość całkowitą reprezentującą pozycję, do którego nowy ModelOperation został wstawiony.
Zobacz także