Metodo Add (String)
Creates and adds a PerspectiveMeasureGroup, 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 ( _
measureGroupId As String _
) As PerspectiveMeasureGroup
'Utilizzo
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
Dim returnValue As PerspectiveMeasureGroup
returnValue = instance.Add(measureGroupId)
public PerspectiveMeasureGroup Add(
string measureGroupId
)
public:
PerspectiveMeasureGroup^ Add(
String^ measureGroupId
)
member Add :
measureGroupId:string -> PerspectiveMeasureGroup
public function Add(
measureGroupId : String
) : PerspectiveMeasureGroup
Parametri
- measureGroupId
Tipo: System. . :: . .String
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroup
The zero-based index at which the PerspectiveMeasureGroup has been added.