Server.GetLastSchemaUpdate 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Retrieves the date and time when the specified object schema was last updated.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public Function GetLastSchemaUpdate ( _
obj As IMajorObject _
) As DateTime
‘사용 방법
Dim instance As Server
Dim obj As IMajorObject
Dim returnValue As DateTime
returnValue = instance.GetLastSchemaUpdate(obj)
[BrowsableAttribute(false)]
public DateTime GetLastSchemaUpdate(
IMajorObject obj
)
[BrowsableAttribute(false)]
public:
DateTime GetLastSchemaUpdate(
IMajorObject^ obj
)
[<BrowsableAttribute(false)>]
member GetLastSchemaUpdate :
obj:IMajorObject -> DateTime
public function GetLastSchemaUpdate(
obj : IMajorObject
) : DateTime
매개 변수
- obj
유형: Microsoft.AnalysisServices.IMajorObject
The specified object schema.
반환 값
유형: System.DateTime
The date and time when the specified object schema was last updated.