Partager via


Méthode AceCollection.Add

Adds an object to the end of the AceCollection.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.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.

Voir aussi

Référence

AceCollection Classe

Espace de noms Microsoft.ReportingServices.Interfaces