Aracılığıyla paylaş


IModelComponentCollection.Remove Yöntemi (IModelComponent)

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 _
)
'Kullanım
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
)