Метод Remove
Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
value As AdomdRestriction _
)
'Применение
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
)
Параметры
- value
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdRestriction
The AdomdRestriction to remove from the AdomdRestrictionCollection collection.
См. также