Поделиться через


Метод AggregationDimensionCollection.Remove (String, Boolean)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Removes the AggregationDimension, with the specified identifier, from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    cubeDimensionId As String, _
    cleanUp As Boolean _
)
'Применение
Dim instance As AggregationDimensionCollection 
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
)

Параметры

См. также

Справочник

AggregationDimensionCollection Класс

Перегрузка Remove

Пространство имен Microsoft.AnalysisServices