mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
// ==========================
|
|
// Model Attributes
|
|
//
|
|
// returns the list of attributes
|
|
// used by a model
|
|
// ==========================
|
|
|
|
CALL System.GetModelAttributes('<mining model, name, MyModel>')
|
|
|