Partition.Refresh 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
Refresh(RefreshType) |
Obsolete.
Deprecated. Use RequestRefresh method instead. |
Refresh(RefreshType, ICollection<OverrideCollection>) |
Obsolete.
Deprecated. Use RequestRefresh method instead. |
Refresh(RefreshType)
Caution
Deprecated. Use RequestRefresh method instead.
Deprecated. Use RequestRefresh method instead.
[System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)]
public void Refresh (Microsoft.AnalysisServices.Tabular.RefreshType type);
[<System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)>]
member this.Refresh : Microsoft.AnalysisServices.Tabular.RefreshType -> unit
Public Sub Refresh (type As RefreshType)
Parameters
- type
- RefreshType
Refresh type
- Attributes
Applies to
Refresh(RefreshType, ICollection<OverrideCollection>)
Caution
Deprecated. Use RequestRefresh method instead.
Deprecated. Use RequestRefresh method instead.
[System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)]
public void Refresh (Microsoft.AnalysisServices.Tabular.RefreshType type, System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> overrides);
[<System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)>]
member this.Refresh : Microsoft.AnalysisServices.Tabular.RefreshType * System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> -> unit
Public Sub Refresh (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
- Attributes