Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds an object to the end of the CatalogOperationsCollection.
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 CatalogOperation _
) As Integer
'Usage
Dim instance As CatalogOperationsCollection
Dim operation As CatalogOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
CatalogOperation operation
)
public:
int Add(
CatalogOperation operation
)
member Add :
operation:CatalogOperation -> int
public function Add(
operation : CatalogOperation
) : int
Parameters
- operation
Type: Microsoft.ReportingServices.Interfaces.CatalogOperation
The catalog operation to add to the collection.
Return Value
Type: System.Int32
The position into which the new catalog operation was inserted.