ModelComponentCollection.IModelComponentCollection.Remove Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
IModelComponentCollection.Remove(IModelComponent) | |
IModelComponentCollection.Remove(IModelComponent, Boolean) |
IModelComponentCollection.Remove(IModelComponent)
void IModelComponentCollection.Remove (Microsoft.AnalysisServices.IModelComponent item);
abstract member Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
override this.Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
Sub Remove (item As IModelComponent) Implements IModelComponentCollection.Remove
Parâmetros
- item
- IModelComponent
Implementações
Aplica-se a
IModelComponentCollection.Remove(IModelComponent, Boolean)
void IModelComponentCollection.Remove (Microsoft.AnalysisServices.IModelComponent item, bool cleanUp);
abstract member Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
override this.Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
Sub Remove (item As IModelComponent, cleanUp As Boolean) Implements IModelComponentCollection.Remove
Parâmetros
- item
- IModelComponent
- cleanUp
- Boolean