Add méthode (PerspectiveMeasure)
Adds a PerspectiveMeasure to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
item As PerspectiveMeasure _
) As Integer
'Utilisation
Dim instance As PerspectiveMeasureCollection
Dim item As PerspectiveMeasure
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveMeasure item
)
public:
int Add(
PerspectiveMeasure^ item
)
member Add :
item:PerspectiveMeasure -> int
public function Add(
item : PerspectiveMeasure
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The PerspectiveMeasure to add.
Valeur de retour
Type : System. . :: . .Int32
The zero-based index at which the PerspectiveMeasure has been added.