ImpactDetail Class
Applies To: SQL Server (starting with 2016)
Contains one detail result for an impact analysis operation.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ImpactDetail() | Initializes a new instance of ImpactDetail. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the error or warning message description from the impact analysis operation. |
![]() | FaultCode | Gets or sets the error code from executing the intended operation. |
![]() | Impact | Gets or sets the type of impact the planned operation has on current Object. |
![]() | Object | Gets the object that would be affected by the planned operations in impact analysis. |
![]() | Severity | Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

