Propriété Created
Gets the date and time that the mining model was created.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Created As DateTime
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .DateTime
A DateTime of the date and time that the mining model was created.