Freigeben über


MeasureGroupAttributeCollection.Remove-Methode (MeasureGroupAttribute, Boolean)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Removes the specified MeasureGroupAttribute from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub Remove ( _
    item As MeasureGroupAttribute, _
    cleanUp As Boolean _
)
'Usage
Dim instance As MeasureGroupAttributeCollection 
Dim item As MeasureGroupAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    MeasureGroupAttribute item,
    bool cleanUp
)
public:
void Remove(
    MeasureGroupAttribute^ item, 
    bool cleanUp
)
member Remove : 
        item:MeasureGroupAttribute * 
        cleanUp:bool -> unit
public function Remove(
    item : MeasureGroupAttribute, 
    cleanUp : boolean
)

Parameter

  • cleanUp
    Typ: System.Boolean
    true to clean up the specified item in the collection; otherwise, false.

Siehe auch

Verweis

MeasureGroupAttributeCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace