Метод PerspectiveAttributeCollection.Remove (String)
Removes the PerspectiveAttribute that has the specified identifier from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
attributeId As String _
)
'Применение
Dim instance As PerspectiveAttributeCollection
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 identifier of the PerspectiveAttribute to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | attributeID does not existin the collection. |