Created 속성

Gets the date and time the mining model was created.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
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.