Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the refresh type options.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")> _
Public Enumeration RefreshType
'Usage
Dim instance As RefreshType
[GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")]
public enum RefreshType
[GuidAttribute(L"CEE6D356-C785-4266-8F20-72470E32CAC7")]
public enum class RefreshType
[<GuidAttribute("CEE6D356-C785-4266-8F20-72470E32CAC7")>]
type RefreshType
public enum RefreshType
Members
Member name | Description | |
---|---|---|
LoadedObjectsOnly | Refreshes the loaded objects only. | |
UnloadedObjectsOnly | Refreshes the unloaded objects only. |