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 de la 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
Objet AceStruct qui représente une entrée de contrôle d'accès à ajouter à la collection.
Retours
Position à laquelle la nouvelle entrée du contrôle d’accès a été insérée.