Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the first occurrence of a specified property from the AdomdPropertyCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub Remove ( _
value As AdomdProperty _
)
'Usage
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
)
Parameters
- value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The AdomdProperty to remove from the AdomdPropertyCollection.