Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an AttributeRelationship, identified by attributeId, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
attributeId As String _
)
'Usage
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
)
Parameters
- attributeId
Type: System.String
Identifies the attribute of the AttributeRelationship to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | attributeId is not contained by the collection. |