Created 속성
Gets the date and time the mining model was created.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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 value containing the date and time the mining model was created.