Método PerspectiveMeasureGroupCollection.Remove (String, Boolean)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
measureGroupId As String, _
cleanUp As Boolean _
)
'Uso
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
Dim cleanUp As Boolean
instance.Remove(measureGroupId, cleanUp)
public void Remove(
string measureGroupId,
bool cleanUp
)
public:
void Remove(
String^ measureGroupId,
bool cleanUp
)
member Remove :
measureGroupId:string *
cleanUp:bool -> unit
public function Remove(
measureGroupId : String,
cleanUp : boolean
)
Parâmetros
- measureGroupId
Tipo: System.String
The identifier of the PerspectiveMeasureGroup to remove.
- cleanUp
Tipo: System.Boolean
true to clean up the specified PerspectiveMeasureGroup in the collection; otherwise, false.