LastUpdated (clsMiningModel)

Analysis Services Programming

Analysis Services Programming

LastUpdated (clsMiningModel)

The LastUpdated property of an object of ClassType clsMiningModel is not used by Microsoft® SQL Server™ 2000 Analysis Services. You can set this to any date/time value you want. For example, you can use it to indicate when the source data was last changed.

The LastUpdated property of an object of ClassType clsMiningModel is user controlled and not set by Analysis Services. That is, the user controls the value and context of this property; the server does not set this value or change it at any time. This means that you can use it to indicate the date when the data in a source was last changed, or the last time the mining model was accessed.

Data Type

String

Access

Read/write

Remarks

The LastUpdated property is not automatically set by any method in the Decision Support Objects (DSO) object model. It is provided as a means for client applications to specify a date or time that represents the validity of information. For example, a date of 12/31/1997 may mean that the information stored in a data mining model is not valid after December 1997.

See Also

clsMiningModel