다음을 통해 공유


Server.UpdateObjects 메서드

정의

오버로드

UpdateObjects(IMajorObject[])

인프라입니다. Server 개체에서 수행된 업데이트를 Analysis Services 서버에 보냅니다.

UpdateObjects(IMajorObject[], ImpactDetailCollection)

인프라입니다. Server 개체에서 수행된 업데이트를 Analysis Services 서버에 보냅니다.

UpdateObjects(IMajorObject[])

인프라입니다. Server 개체에서 수행된 업데이트를 Analysis Services 서버에 보냅니다.

public void UpdateObjects (Microsoft.AnalysisServices.Tabular.IMajorObject[] objects);
member this.UpdateObjects : Microsoft.AnalysisServices.Tabular.IMajorObject[] -> unit
Public Sub UpdateObjects (objects As IMajorObject())

매개 변수

objects
IMajorObject[]

업데이트된 개체입니다.

적용 대상

UpdateObjects(IMajorObject[], ImpactDetailCollection)

인프라입니다. Server 개체에서 수행된 업데이트를 Analysis Services 서버에 보냅니다.

public void UpdateObjects (Microsoft.AnalysisServices.Tabular.IMajorObject[] objects, Microsoft.AnalysisServices.ImpactDetailCollection impactResult);
member this.UpdateObjects : Microsoft.AnalysisServices.Tabular.IMajorObject[] * Microsoft.AnalysisServices.ImpactDetailCollection -> unit
Public Sub UpdateObjects (objects As IMajorObject(), impactResult As ImpactDetailCollection)

매개 변수

objects
IMajorObject[]

업데이트된 개체입니다.

impactResult
ImpactDetailCollection

영향 정보를 저장할 컬렉션입니다.

적용 대상