Método PerspectiveMeasureGroupCollection.Remove (String)
Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
measureGroupId As String _
)
'Uso
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
)
Parâmetros
- measureGroupId
Tipo: System.String
The identifier of the PerspectiveMeasureGroup to remove.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | measureGroupID does not exist in the collection. |