IModelComponentCollection.Remove Yöntemi (IModelComponent, Boolean)
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Sub Remove ( _
obj As IModelComponent, _
cleanUp As Boolean _
)
'Kullanım
Dim instance As IModelComponentCollection
Dim obj As IModelComponent
Dim cleanUp As Boolean
instance.Remove(obj, cleanUp)
void Remove(
IModelComponent obj,
bool cleanUp
)
void Remove(
IModelComponent^ obj,
bool cleanUp
)
abstract Remove :
obj:IModelComponent *
cleanUp:bool -> unit
function Remove(
obj : IModelComponent,
cleanUp : boolean
)