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
- ace
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .AceStruct
An AceStruct object that represents an access control entry to add to the collection.
Valor de retorno
Tipo: System. . :: . .Int32
The position into which the new access control entry was inserted.