Метод PerspectiveMeasureGroupCollection.Remove (String, Boolean)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Removes the PerspectiveMeasureGroup that has the specified identifier from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
measureGroupId As String, _
cleanUp As Boolean _
)
'Применение
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
)
Параметры
- measureGroupId
Тип: System.String
The identifier of the PerspectiveMeasureGroup to remove.
- cleanUp
Тип: System.Boolean
true to clean up the specified PerspectiveMeasureGroup in the collection; otherwise, false.