Méthode ModelItemOperationsCollection.Add

Adds a ModelItemOperation to the ModelItemOperationsCollection.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    operation As ModelItemOperation _
) As Integer
'Utilisation
Dim instance As ModelItemOperationsCollection 
Dim operation As ModelItemOperation 
Dim returnValue As Integer 

returnValue = instance.Add(operation)
public int Add(
    ModelItemOperation operation
)
public:
int Add(
    ModelItemOperation operation
)
member Add : 
        operation:ModelItemOperation -> int
public function Add(
    operation : ModelItemOperation
) : int

Paramètres

Valeur de retour

Type : System.Int32
The position into which the new ModelItemOperation was inserted.

Voir aussi

Référence

ModelItemOperationsCollection Classe

Espace de noms Microsoft.ReportingServices.Interfaces