ImpactDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains one detail result for an impact analysis operation.
[System.Runtime.InteropServices.Guid("370355BF-7C27-49f8-9D89-4D2F9466D856")]
public sealed class ImpactDetail
[<System.Runtime.InteropServices.Guid("370355BF-7C27-49f8-9D89-4D2F9466D856")>]
type ImpactDetail = class
Public NotInheritable Class ImpactDetail
- Inheritance
-
ImpactDetail
- Attributes
Constructors
ImpactDetail() |
Properties
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. |