Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Adds a ModelOperation to the ModelOperationsCollection.
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 ModelOperation _
) As Integer
'Uso
Dim instance As ModelOperationsCollection
Dim operation As ModelOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
ModelOperation operation
)
public:
int Add(
ModelOperation operation
)
member Add :
operation:ModelOperation -> int
public function Add(
operation : ModelOperation
) : int
Parámetros
- operation
Tipo: Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object.
Valor devuelto
Tipo: System.Int32
An integer value representing the position into which the new ModelOperation was inserted.