Compartir a través de


FolderOperationsCollection.Add Método

Adds an object to the end of the FolderOperationsCollection.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public Function Add ( _
    operation As FolderOperation _
) As Integer
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

FolderOperationsCollection Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces