Compartilhar via


Método Add

Adds an object to the end of the AceCollection.

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

Sintaxe

'Declaração
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 de retorno

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