MiningModel.Created Property

 

Gets the date and time the mining model was created.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public DateTime Created { get; }
public:
property DateTime Created {
    DateTime get();
}
member Created : DateTime with get
Public ReadOnly Property Created As Date

Property Value

Type: System.DateTime

The date and time the mining model was created.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top