Método PerspectiveAttributeCollection.Remove (String)
Removes the PerspectiveAttribute that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
attributeId As String _
)
'Uso
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
)
Parâmetros
- attributeId
Tipo: System.String
The identifier of the PerspectiveAttribute to remove.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | attributeID does not existin the collection. |