Utils.CanRefreshWithOverrides(RefreshType) 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.
Gets a value indicating whether metadata overrides can be used when issuing a refresh request with this RefreshType.
public static bool CanRefreshWithOverrides (Microsoft.AnalysisServices.Tabular.RefreshType type);
static member CanRefreshWithOverrides : Microsoft.AnalysisServices.Tabular.RefreshType -> bool
Public Shared Function CanRefreshWithOverrides (type As RefreshType) As Boolean
Parameters
- type
- RefreshType
Type of refresh.
Returns
True indicates that the RefreshType allows updates to existing data.