FolderOperationsCollection.Add(FolderOperation) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un objet à la fin du FolderOperationsCollection.
public:
int Add(Microsoft::ReportingServices::Interfaces::FolderOperation operation);
public int Add(Microsoft.ReportingServices.Interfaces.FolderOperation operation);
member this.Add : Microsoft.ReportingServices.Interfaces.FolderOperation -> int
Public Function Add (operation As FolderOperation) As Integer
Paramètres
- operation
- FolderOperation
L’opération de dossier à ajouter à la collection.
Retours
La position dans laquelle la nouvelle opération de dossier a été insérée.