Méthode CatalogOperationsCollection.Add

Adds an object to the end of the CatalogOperationsCollection.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    operation As CatalogOperation _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

Type : System.Int32
The position into which the new catalog operation was inserted.

Voir aussi

Référence

CatalogOperationsCollection Classe

Espace de noms Microsoft.ReportingServices.Interfaces