MiningStructureColumn.LastProcessed 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property LastProcessed As DateTime 
    Get
'用途
Dim instance As MiningStructureColumn 
Dim value As DateTime 

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

屬性值

型別:System.DateTime
A DateTime of the last date and time processed.

請參閱

參考

MiningStructureColumn 類別

Microsoft.AnalysisServices.AdomdServer 命名空間