AdomdRestrictionCollection.Remove Method
Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub Remove ( _
value As AdomdRestriction _
)
'Usage
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
)
Parameters
- value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
The AdomdRestriction to remove from the AdomdRestrictionCollection collection.
See Also