Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.11 KB

drop-mining-structure-dmx.md

File metadata and controls

41 lines (31 loc) · 1.11 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
DROP MINING STRUCTURE (DMX)
DROP MINING STRUCTURE (DMX)
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
dmx

DROP MINING STRUCTURE (DMX)

[!INCLUDEssas]

Drops the specified mining structure from the database. All the mining models that are associated with the structure are also dropped from the database.

Syntax

  
DROP MINING STRUCTURE <structure>  

Arguments

structure
A structure identifier.

Examples

The following example drops the New Mailing mining structure from the database.

DROP MINING STRUCTURE [New Mailing]  

See Also

Data Mining Extensions (DMX) Data Definition Statements
Data Mining Extensions (DMX) Data Manipulation Statements
Data Mining Extensions (DMX) Statement Reference