AceCollection.Add(AceStruct) 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 AceCollection.
public:
int Add(Microsoft::ReportingServices::Interfaces::AceStruct ^ ace);
public int Add(Microsoft.ReportingServices.Interfaces.AceStruct ace);
member this.Add : Microsoft.ReportingServices.Interfaces.AceStruct -> int
Public Function Add (ace As AceStruct) As Integer
Paramètres
- ace
- AceStruct
Un AceStruct objet qui représente une entrée de contrôle d’accès à ajouter à la collection.
Retours
Position dans laquelle la nouvelle entrée de contrôle d’accès a été insérée.