Remove méthode (String)
Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
measureGroupId As String _
)
'Utilisation
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
)
Paramètres
- measureGroupId
Type : System. . :: . .String
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | measureGroupID does not exist in the collection. |