Compartilhar via


Propriedade do RDL MiningModel.Created

Gets the date and time that the mining model was created.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.DateTime
The date and time that the mining model was created.

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdServer