Remove-Methode
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
)
Parameter
- value
Typ: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
The AdomdProperty to remove from the AdomdPropertyCollection.