AttributeRelationshipCollection.Remove Método (String)
Removes an AttributeRelationship, identified by attributeId, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
attributeId As String _
)
'Uso
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
)
Parámetros
- attributeId
Tipo: System.String
Identifies the attribute of the AttributeRelationship to be removed.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | attributeId is not contained by the collection. |