Метод Add
Adds an object to the end of the FolderOperationsCollection.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Синтаксис
'Декларация
Public Function Add ( _
operation As FolderOperation _
) As Integer
'Применение
Dim instance As FolderOperationsCollection
Dim operation As FolderOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
FolderOperation operation
)
public:
int Add(
FolderOperation operation
)
member Add :
operation:FolderOperation -> int
public function Add(
operation : FolderOperation
) : int
Параметры
- operation
Тип: Microsoft.ReportingServices.Interfaces. . :: . .FolderOperation
The folder operation to add to the collection.
Возвращаемое значение
Тип: System. . :: . .Int32
The position into which the new folder operation was inserted.
См. также