RefreshType Enumeration

 

Applies To: SQL Server (starting with 2016)

Enumerates the refresh type options.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

[GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")]
public enum RefreshType
[GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")]
public enum class RefreshType
[<GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")>]
type RefreshType
<GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")>
Public Enumeration RefreshType

Members

Member name Description
LoadedObjectsOnly

Refreshes the loaded objects only.

UnloadedObjectsOnly

Refreshes the unloaded objects only.

See Also

Microsoft.AnalysisServices Namespace

Return to top