Partager via


Add méthode

Adds an object to the end of the AceCollection.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    ace As AceStruct _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

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