Metodo Remove (String)
Removes the PerspectiveMeasure 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 ( _
measureId As String _
)
'Utilizzo
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
)
Parametri
- measureId
Tipo: System. . :: . .String
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | measureID does not exist in the collection. |
Vedere anche