Metoda IModelComponentCollection.Remove (IModelComponent)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Sub Remove ( _
obj As IModelComponent _
)
'Użycie
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
)
Parametry
Zobacz także