Partager via


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

Voir aussi

Référence

AdomdPropertyCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient