ImpactDetail Class

 

Applies To: SQL Server (starting with 2016)

Contains one detail result for an impact analysis operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ImpactDetail

Syntax

[GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")]
public sealed class ImpactDetail
[GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")]
public ref class ImpactDetail sealed 
[<Sealed>]
[<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")>]
type ImpactDetail = class end
<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")>
Public NotInheritable Class ImpactDetail

Constructors

Name Description
System_CAPS_pubmethod ImpactDetail()

Initializes a new instance of ImpactDetail.

Properties

Name Description
System_CAPS_pubproperty Description

Gets or sets the error or warning message description from the impact analysis operation.

System_CAPS_pubproperty FaultCode

Gets or sets the error code from executing the intended operation.

System_CAPS_pubproperty Impact

Gets or sets the type of impact the planned operation has on current Object.

System_CAPS_pubproperty Object

Gets the object that would be affected by the planned operations in impact analysis.

System_CAPS_pubproperty Severity

Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.AnalysisServices Namespace

Return to top