Méthode ModelOperationsCollection.Add
Adds a ModelOperation to the ModelOperationsCollection.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public Function Add ( _
operation As ModelOperation _
) As Integer
'Utilisation
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
Paramètres
- operation
Type : Microsoft.ReportingServices.Interfaces.ModelOperation
A ModelOperation object.
Valeur de retour
Type : System.Int32
An integer value representing the position into which the new ModelOperation was inserted.