Metoda ModelComponentCollection.IModelComponentCollection.Remove (IModelComponent)
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Private Sub Remove ( _
item As IModelComponent _
) Implements IModelComponentCollection.Remove
'Użycie
Dim instance As ModelComponentCollection
Dim item As IModelComponent
CType(instance, IModelComponentCollection).Remove(item)
void IModelComponentCollection.Remove(
IModelComponent item
)
private:
virtual void Remove(
IModelComponent^ item
) sealed = IModelComponentCollection::Remove
private abstract Remove :
item:IModelComponent -> unit
private override Remove :
item:IModelComponent -> unit
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Parametry
Implementacje
Zobacz także