Méthode Remove (String)
Removes the PerspectiveMeasure that has the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
measureId As String _
)
'Utilisation
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
instance.Remove(measureId)
public void Remove(
string measureId
)
public:
void Remove(
String^ measureId
)
member Remove :
measureId:string -> unit
public function Remove(
measureId : String
)
Paramètres
- measureId
Type : System. . :: . .String
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | measureID does not exist in the collection. |
Voir aussi