Condividi tramite


Metodo PerspectiveMeasureCollection.Remove (String, Boolean)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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, _
    cleanUp As Boolean _
)
'Utilizzo
Dim instance As PerspectiveMeasureCollection 
Dim measureId As String 
Dim cleanUp As Boolean

instance.Remove(measureId, cleanUp)
public void Remove(
    string measureId,
    bool cleanUp
)
public:
void Remove(
    String^ measureId, 
    bool cleanUp
)
member Remove : 
        measureId:string * 
        cleanUp:bool -> unit
public function Remove(
    measureId : String, 
    cleanUp : boolean
)

Parametri

  • cleanUp
    Tipo: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

Vedere anche

Riferimento

PerspectiveMeasureCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices