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