MiningAlgorithm (clsMiningModel)
注意 |
|---|
この機能は、Microsoft SQL Server の次のバージョンで削除されます。 新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
The MiningAlgorithm property of an object of ClassType clsMiningModel identifies the mining algorithm used by the mining model. Only algorithms listed in the MINING_SERVICES schema rowset can be used.
Data Type
String
Access
Read/write
説明
Because the list of mining algorithms may vary dynamically, the MiningAlgorithm property is a string and not an enumeration.
注意