Partager via


Propriété MiningStructureColumn.LastUpdated

Gets the date and time the mining structure column was last updated.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastUpdated As DateTime 
    Get
'Utilisation
Dim instance As MiningStructureColumn 
Dim value As DateTime 

value = instance.LastUpdated
public DateTime LastUpdated { get; }
public:
property DateTime LastUpdated {
    DateTime get ();
}
member LastUpdated : DateTime
function get LastUpdated () : DateTime

Valeur de propriété

Type : System.DateTime
A DateTime of the last date and time updated.

Voir aussi

Référence

MiningStructureColumn Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer