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.