Método Remove
Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
value As AdomdRestriction _
)
'Uso
Dim instance As AdomdRestrictionCollection
Dim value As AdomdRestriction
instance.Remove(value)
public void Remove(
AdomdRestriction value
)
public:
void Remove(
AdomdRestriction^ value
)
member Remove :
value:AdomdRestriction -> unit
public function Remove(
value : AdomdRestriction
)
Parâmetros
- value
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdRestriction
The AdomdRestriction to remove from the AdomdRestrictionCollection collection.
Consulte também