Método AdomdRestrictionCollection.IList.Remove
Removes the first occurrence of the specified object from the AdomdRestrictionCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Private Sub Remove ( _
value As Object _
) Implements IList.Remove
'Uso
Dim instance As AdomdRestrictionCollection
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- value
Tipo: System.Object
The object to remove from the AdomdRestrictionCollection.