Compartilhar via


Propriedade do RDL MiningModel.Created

Gets the date and time the mining model was created.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.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 the mining model was created.

Consulte também

Referência

MiningModel Classe

Namespace Microsoft.AnalysisServices.AdomdClient