AceCollection.Add(AceStruct) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an object to the end of the 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
Parameters
Returns
The position into which the new access control entry was inserted.