Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the MiningStructureColumn with the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
id As String _
)
'Uso
Dim instance As MiningStructureColumnCollection
Dim id As String
instance.Remove(id)
public void Remove(
string id
)
public:
void Remove(
String^ id
)
member Remove :
id:string -> unit
public function Remove(
id : String
)
Parámetros
- id
Tipo: System.String
The identifier of the MiningStructureColumn to be removed.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | id is not contained by the collection. |