AdomdPropertyCollection.Remove 方法
Removes the first occurrence of a specified property from the AdomdPropertyCollection.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public Sub Remove ( _
value As AdomdProperty _
)
'用途
Dim instance As AdomdPropertyCollection
Dim value As AdomdProperty
instance.Remove(value)
public void Remove(
AdomdProperty value
)
public:
void Remove(
AdomdProperty^ value
)
member Remove :
value:AdomdProperty -> unit
public function Remove(
value : AdomdProperty
)
參數
- value
型別:Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The AdomdProperty to remove from the AdomdPropertyCollection.