Share via


ImpactDetail 类

Contains one detail result for an impact analysis operation.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices..::..ImpactDetail

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")> _
Public NotInheritable Class ImpactDetail
用法
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

ImpactDetail 类型公开以下成员。

构造函数

  名称 说明
公共方法 ImpactDetail Initializes a new instance of ImpactDetail.

页首

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

新增日期: 2006 年 7 月 17 日

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。