IMajorObject.Refresh 메서드 (Boolean, RefreshType)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Updates current object from server definitions and loaded dependent objects if specified.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Sub Refresh ( _
full As Boolean, _
type As RefreshType _
)
‘사용 방법
Dim instance As IMajorObject
Dim full As Boolean
Dim type As RefreshType
instance.Refresh(full, type)
void Refresh(
bool full,
RefreshType type
)
void Refresh(
bool full,
RefreshType type
)
abstract Refresh :
full:bool *
type:RefreshType -> unit
function Refresh(
full : boolean,
type : RefreshType
)
매개 변수
- full
유형: System.Boolean
A Boolean value to refresh dependent objects if true.
- type
유형: Microsoft.AnalysisServices.RefreshType
A RefreshType vale that determines which dependent objects to refresh.