Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes the specified IModelComponent from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Sub Remove ( _
item As IModelComponent _
)
'Usage
Dim item As IModelComponent
Me.Remove(item)
protected internal void Remove(
IModelComponent item
)
protected public:
void Remove(
IModelComponent^ item
)
member Remove :
item:IModelComponent -> unit
function Remove(
item : IModelComponent
)
Parameters
- item
Type: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.