Partition.RequestRefresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RequestRefresh(RefreshType) |
Request refresh of this object. |
RequestRefresh(RefreshType, ICollection<OverrideCollection>) |
Request refresh of this object with overrides. |
RequestRefresh(RefreshType)
Request refresh of this object.
public void RequestRefresh (Microsoft.AnalysisServices.Tabular.RefreshType type);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType -> unit
Public Sub RequestRefresh (type As RefreshType)
Parameters
- type
- RefreshType
Refresh type
Applies to
RequestRefresh(RefreshType, ICollection<OverrideCollection>)
Request refresh of this object with overrides.
public void RequestRefresh (Microsoft.AnalysisServices.Tabular.RefreshType type, System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> overrides);
member this.RequestRefresh : Microsoft.AnalysisServices.Tabular.RefreshType * System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> -> unit
Public Sub RequestRefresh (type As RefreshType, overrides As ICollection(Of OverrideCollection))
Parameters
- type
- RefreshType
Refresh type
- overrides
- ICollection<OverrideCollection>
Overrides - collection of overriden properties of real metadata object