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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。