AceCollection.Add(AceStruct) Method

Definition

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

ace
AceStruct

An AceStruct object that represents an access control entry to add to the collection.

Returns

The position into which the new access control entry was inserted.

Applies to