Metoda PerspectiveMeasureGroupCollection.Remove (String)
Usuwa PerspectiveMeasureGroup ma określony identyfikator z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
measureGroupId As String _
)
'Użycie
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
)
Parametry
- measureGroupId
Typ: System.String
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | measureGroupIDnie istnieje kolekcja. |
Zobacz także