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