Metodo PerspectiveMeasureCollection.Add (String)
Creates and adds a PerspectiveMeasure, with the specified identifier, to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
measureId As String _
) As PerspectiveMeasure
'Utilizzo
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
Parametri
- measureId
Tipo: System.String
The PerspectiveMeasure to add.
Valore restituito
Tipo: Microsoft.AnalysisServices.PerspectiveMeasure
The zero-based index at which the PerspectiveMeasure has been added.