Méthode AdomdPropertyCollection.Remove
Removes the first occurrence of a specified property from the AdomdPropertyCollection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
value As AdomdProperty _
)
'Utilisation
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
)
Paramètres
- value
Type : Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The AdomdProperty to remove from the AdomdPropertyCollection.