ImpactDetail Class

Contains one detail result for an impact analysis operation.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ImpactDetail

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

Syntax

'Declaration
<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")> _
Public NotInheritable Class ImpactDetail
'Usage
Dim instance As ImpactDetail
[GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")]
public sealed class ImpactDetail
[GuidAttribute(L"370355BF-7C27-49f8-9D89-4D2F9466D856")]
public ref class ImpactDetail sealed
[<SealedAttribute>]
[<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")>]
type ImpactDetail =  class end
public final class ImpactDetail

The ImpactDetail type exposes the following members.

Constructors

  Name Description
Public method ImpactDetail Initializes a new instance of ImpactDetail.

Top

Properties

  Name Description
Public property Description Gets or sets the error or warning message description from the impact analysis operation.
Public property FaultCode Gets or sets the error code from executing the intended operation.
Public property Impact Gets or sets the type of impact the planned operation has on current Object.
Public property Object Gets the object that would be affected by the planned operations in impact analysis.
Public property Severity Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

New: 17 July 2006

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.