Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first occurrence of a specified object from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Sub Remove ( _
value As Object _
) Implements IList.Remove
'Usage
Dim instance As ModelComponentCollection
Dim value As Object
CType(instance, IList).Remove(value)
void IList.Remove(
Object value
)
private:
virtual void Remove(
Object^ value
) sealed = IList::Remove
private abstract Remove :
value:Object -> unit
private override Remove :
value:Object -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- value
Type: System.Object
The object to remove.