MiningModelColumn.LastUpdated 속성
Gets the date and time the mining model column was last updated.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property LastUpdated As DateTime
Get
‘사용 방법
Dim instance As MiningModelColumn
Dim value As DateTime
value = instance.LastUpdated
public DateTime LastUpdated { get; }
public:
property DateTime LastUpdated {
DateTime get ();
}
member LastUpdated : DateTime
function get LastUpdated () : DateTime
속성 값
유형: System.DateTime
The last date and time updated.