Remove Método
Removes the first occurrence of a specified property from the AdomdPropertyCollection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
value As AdomdProperty _
)
'Uso
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
)
Parámetros
- value
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdProperty
The AdomdProperty to remove from the AdomdPropertyCollection.
Vea también