Metodo MiningStructureCollection.Remove (String)
Removes a MiningStructure from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
id As String _
)
'Utilizzo
Dim instance As MiningStructureCollection
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
)
Parametri
- id
Tipo: System.String
The identifier of the MiningStructure to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | id does not exist in the collection. |