Méthode Add
Adds an object to the end of the ResourceOperationsCollection.
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 ResourceOperation _
) As Integer
'Utilisation
Dim instance As ResourceOperationsCollection
Dim operation As ResourceOperation
Dim returnValue As Integer
returnValue = instance.Add(operation)
public int Add(
ResourceOperation operation
)
public:
int Add(
ResourceOperation operation
)
member Add :
operation:ResourceOperation -> int
public function Add(
operation : ResourceOperation
) : int
Paramètres
- operation
Type : Microsoft.ReportingServices.Interfaces. . :: . .ResourceOperation
The resource operation to add to the collection.
Valeur de retour
Type : System. . :: . .Int32
The position into which the new resource operation was inserted.
Voir aussi