Metodo Remove
Removes the first occurrence of a specified property from the AdomdPropertyCollection.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
value As AdomdProperty _
)
'Utilizzo
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
)
Parametri
- value
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
The AdomdProperty to remove from the AdomdPropertyCollection.