Método Add
Adds an object to the end of the FolderOperationsCollection.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
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
- operation
Tipo: Microsoft.ReportingServices.Interfaces. . :: . .FolderOperation
The folder operation to add to the collection.
Valor de retorno
Tipo: System. . :: . .Int32
The position into which the new folder operation was inserted.
Consulte também