Поделиться через


Метод Add

Adds an object to the end of the AceCollection.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public Function Add ( _
    ace As AceStruct _
) As Integer
'Применение
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

Параметры

Возвращаемое значение

Тип: System. . :: . .Int32
The position into which the new access control entry was inserted.