다음을 통해 공유


LastSchemaUpdate 속성

Gets a DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property LastSchemaUpdate As DateTime
    Get
‘사용 방법
Dim instance As OlapInfoCube
Dim value As DateTime

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

속성 값

유형: System. . :: . .DateTime
A DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.

주의

This property may not be implemented by the provider, in which case a NotSupportedException exception is thrown when attempting to access this property.