Freigeben über


FolderOperationsCollection.Add-Methode

Adds an object to the end of the FolderOperationsCollection.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public Function Add ( _
    operation As FolderOperation _
) As Integer
'Usage
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

Parameter

Rückgabewert

Typ: System.Int32
The position into which the new folder operation was inserted.

Siehe auch

Verweis

FolderOperationsCollection Klasse

Microsoft.ReportingServices.Interfaces-Namespace