Add méthode (String)
Creates and adds a PerspectiveMeasure, with the specified identifier, to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
measureId As String _
) As PerspectiveMeasure
'Utilisation
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
Dim returnValue As PerspectiveMeasure
returnValue = instance.Add(measureId)
public PerspectiveMeasure Add(
string measureId
)
public:
PerspectiveMeasure^ Add(
String^ measureId
)
member Add :
measureId:string -> PerspectiveMeasure
public function Add(
measureId : String
) : PerspectiveMeasure
Paramètres
- measureId
Type : System. . :: . .String
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The zero-based index at which the PerspectiveMeasure has been added.