ImpactDetailCollection.IList.Remove Method (Object)
Applies To: SQL Server (starting with 2016)
Removes the first occurrence of a specified object from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
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
Private Sub Remove (
value As Object
)
Implements IList.Remove
Parameters
value
Type: System.ObjectThe object to remove.
Implements
See Also
ImpactDetailCollection Class
Microsoft.AnalysisServices Namespace
Return to top