Freigeben über


AggregationDesignAttributeCollection.Remove-Methode (AggregationDesignAttribute, Boolean)

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

Removes the specified AggregationDesignAttribute from the collection.

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

Syntax

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

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

Parameter

  • cleanUp
    Typ: System.Boolean
    true to use the cleanup process; otherwise, false. 

Siehe auch

Verweis

AggregationDesignAttributeCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace