Partager via


AceCollection.Add Method

Adds an object to the end of the AceCollection.

Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    ace As AceStruct _
) As Integer
public int Add (
    AceStruct ace
)
public:
int Add (
    AceStruct^ ace
)
public int Add (
    AceStruct ace
)
public function Add (
    ace : AceStruct
) : int

Paramètres

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

Valeur de retour

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

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

AceCollection Class
AceCollection Members
Microsoft.ReportingServices.Interfaces Namespace