Created Propiedad
Gets the date and time that the mining model was created.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property Created As DateTime
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .DateTime
A DateTime of the date and time that the mining model was created.
Vea también