Compartir a través de


AceCollection.Add Método

Adds an object to the end of the AceCollection.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public Function Add ( _
    ace As AceStruct _
) As Integer
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

AceCollection Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces