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 ModelItemOperation to the ModelItemOperationsCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: 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
Parameters
- operation
Type: Microsoft.ReportingServices.Interfaces.ModelItemOperation
A ModelItemOperation object.
Return Value
Type: System.Int32
The position into which the new ModelItemOperation was inserted.