Метод CubeAttributeCollection.Remove (String)
Removes the CubeAttribute, with the specified identifier, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
attributeId As String _
)
'Применение
Dim instance As CubeAttributeCollection
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 CubeAttribute to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | attributeID is not contained by the collection. |