Filter (clsColumn)
注意 |
|---|
この機能は、Microsoft SQL Server の次のバージョンで削除されます。 新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
The Filter property of an object of ClassType clsColumn specifies a filter condition that is applied to the SQL query that returns the cases for the mining model.
注意 |
|---|
This property applies only to columns that belong to mining model objects of SubClassType sbclsRegular. |
Data Type
String
Access
Read/write for columns with a SubClassType of sbclsNested, read-only for all others.
説明
For columns with a SubClassType of sbclsRegular, this property returns the Filter property of the parent object. Columns can be nested, so the parent object can be either a clsMiningModel object or a clsColumn object.
注意