Метод AggregationDesignDimensionCollection.Remove (String, Boolean)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Removes the AggregationDesignDimension, 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 AggregationDesignDimensionCollection
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.
- cleanUp
Тип: System.Boolean
true to use cleanup process; otherwise, false.