Метод MeasureGroupDimensionCollection.Remove (String, Boolean)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Removes a MeasureGroupDimension from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
cubeDimensionId As String, _
cleanUp As Boolean _
)
'Применение
Dim instance As MeasureGroupDimensionCollection
Dim cubeDimensionId As String
Dim cleanUp As Boolean
instance.Remove(cubeDimensionId, cleanUp)
public void Remove(
string cubeDimensionId,
bool cleanUp
)
public:
void Remove(
String^ cubeDimensionId,
bool cleanUp
)
member Remove :
cubeDimensionId:string *
cleanUp:bool -> unit
public function Remove(
cubeDimensionId : String,
cleanUp : boolean
)
Параметры
- cubeDimensionId
Тип: System.String
The cube dimension identifier of the MeasureGroupDimension to be removed.
- cleanUp
Тип: System.Boolean
true if it will delete referencing objects; otherwise, false.