LastUpdated 속성
Gets the date and time the mining model column was last updated.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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
Returns a DateTime of the last date and time updated.