Share via


Utils.CanRefreshWithOverrides(RefreshType) Method

Definition

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.

Applies to