Share via


AceCollection.Add Method

Adds an object to the end of the AceCollection.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Function Add ( _
    ace As AceStruct _
) As Integer
'Usage
Dim instance As AceCollection 
Dim ace As AceStruct 
Dim returnValue As Integer 

returnValue = instance.Add(ace)
public int Add(
    AceStruct ace
)
public:
int Add(
    AceStruct^ ace
)
member Add : 
        ace:AceStruct -> int
public function Add(
    ace : AceStruct
) : int

Parameters

Return Value

Type: System.Int32
The position into which the new access control entry was inserted.

See Also

Reference

AceCollection Class

Microsoft.ReportingServices.Interfaces Namespace