Compartilhar via


Propriedade do RDL MiningStructure.Created

Gets the date and time the mining structure 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 MiningStructure 
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 structure was created.

Consulte também

Referência

MiningStructure Classe

Namespace Microsoft.AnalysisServices.AdomdClient