AdomdRestrictionCollection.IList.Remove 方法
Removes the first occurrence of the specified object from the AdomdRestrictionCollection.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Private Sub Remove ( _
value As Object _
) Implements IList.Remove
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- value
型別:System.Object
The object to remove from the AdomdRestrictionCollection.