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.