Metodo PerspectiveMeasureGroupCollection.Remove (String)
Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
measureGroupId As String _
)
'Utilizzo
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
instance.Remove(measureGroupId)
public void Remove(
string measureGroupId
)
public:
void Remove(
String^ measureGroupId
)
member Remove :
measureGroupId:string -> unit
public function Remove(
measureGroupId : String
)
Parametri
- measureGroupId
Tipo: System.String
The identifier of the PerspectiveMeasureGroup to remove.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | measureGroupID does not exist in the collection. |