Metodo PerspectiveHierarchyCollection.Remove (String, Boolean)

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

Removes the PerspectiveHierarchy 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 ( _
    hierarchyId As String, _
    cleanUp As Boolean _
)
'Utilizzo
Dim instance As PerspectiveHierarchyCollection 
Dim hierarchyId As String 
Dim cleanUp As Boolean

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

Parametri

  • cleanUp
    Tipo: System.Boolean
    true to remove the perspective hierarchy in the collection; otherwise, false.

Vedere anche

Riferimento

PerspectiveHierarchyCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices