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 AggregationInstanceMeasure, identified by measureId, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
measureId As String _
)
'Usage
Dim instance As AggregationInstanceMeasureCollection
Dim measureId As String
instance.Remove(measureId)
public void Remove(
string measureId
)
public:
void Remove(
String^ measureId
)
member Remove :
measureId:string -> unit
public function Remove(
measureId : String
)
Parameters
- measureId
Type: System.String
Identifies the cube measure of the AggregationInstanceMeasure to be removed.