Método Remove (CubeAttribute)
Removes the specified CubeAttribute from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As CubeAttribute _
)
'Uso
Dim instance As CubeAttributeCollection
Dim item As CubeAttribute
instance.Remove(item)
public void Remove(
CubeAttribute item
)
public:
void Remove(
CubeAttribute^ item
)
member Remove :
item:CubeAttribute -> unit
public function Remove(
item : CubeAttribute
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
The CubeAttribute to be removed.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item is not contained by the collection. |
Consulte também