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 the PerspectiveDimension that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
cubeDimensionId As String _
)
'Usage
Dim instance As PerspectiveDimensionCollection
Dim cubeDimensionId As String
instance.Remove(cubeDimensionId)
public void Remove(
string cubeDimensionId
)
public:
void Remove(
String^ cubeDimensionId
)
member Remove :
cubeDimensionId:string -> unit
public function Remove(
cubeDimensionId : String
)
Parameters
- cubeDimensionId
Type: System.String
The identifier of the PerspectiveDimension to remove.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | cubeDimensionID does not exist in the collection. |