Freigeben über


ModelItemOperationsCollection.Add-Methode

Adds a ModelItemOperation to the ModelItemOperationsCollection.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Function Add ( _
    operation As ModelItemOperation _
) As Integer
'Usage
Dim instance As ModelItemOperationsCollection 
Dim operation As ModelItemOperation 
Dim returnValue As Integer 

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

Parameter

Rückgabewert

Typ: System.Int32
The position into which the new ModelItemOperation was inserted.

Siehe auch

Verweis

ModelItemOperationsCollection Klasse

Microsoft.ReportingServices.Interfaces-Namespace