ImpactAnalysisType Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines the state of the object if the operation is performed.

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

Syntax

public enum ImpactAnalysisType
public enum class ImpactAnalysisType
type ImpactAnalysisType
Public Enumeration ImpactAnalysisType

Members

Member name Description
Invalid

Will be invalid.

Processed

Will be in a processed state.

Unprocessed

Will be in an unprocessed state.

See Also

Microsoft.AnalysisServices Namespace

Return to top