Метод CubeAttributeCollection.Remove (CubeAttribute)
Removes the specified CubeAttribute from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As CubeAttribute _
)
'Применение
Dim instance As CubeAttributeCollection
Dim item As CubeAttribute
instance.Remove(item)
public void Remove(
CubeAttribute item
)
public:
void Remove(
CubeAttribute^ item
)
member Remove :
item:CubeAttribute -> unit
public function Remove(
item : CubeAttribute
)
Параметры
- item
Тип: Microsoft.AnalysisServices.CubeAttribute
The CubeAttribute to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item is not contained by the collection. |