Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a ModelOperation to the ModelOperationsCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Function Add ( _
operation As ModelOperation _
) As Integer
'Usage
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
Parameters
- operation
Type: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object.
Return Value
Type: System.Int32
An integer value representing the position into which the new ModelOperation was inserted.