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。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
備註
新增: 2006 年 7 月 17 日
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。