Méthode CubeAttributeCollection.Remove (CubeAttribute)
Removes the specified CubeAttribute from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As CubeAttribute _
)
'Utilisation
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
)
Paramètres
- item
Type : Microsoft.AnalysisServices.CubeAttribute
The CubeAttribute to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |