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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。