Méthode IModelComponentCollection.Remove (IModelComponent)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Removes an IModelComponent from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Sub Remove ( _
obj As IModelComponent _
)
'Utilisation
Dim instance As IModelComponentCollection
Dim obj As IModelComponent
instance.Remove(obj)
void Remove(
IModelComponent obj
)
void Remove(
IModelComponent^ obj
)
abstract Remove :
obj:IModelComponent -> unit
function Remove(
obj : IModelComponent
)
Paramètres
- obj
Type : Microsoft.AnalysisServices.IModelComponent
The IModelComponent to be removed.