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