ImpactDetail.Impact 属性

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

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

语法

声明
Public Property Impact As ImpactAnalysisType 
    Get 
    Set
用法
Dim instance As ImpactDetail 
Dim value As ImpactAnalysisType 

value = instance.Impact

instance.Impact = value
public ImpactAnalysisType Impact { get; set; }
public:
property ImpactAnalysisType Impact {
    ImpactAnalysisType get ();
    void set (ImpactAnalysisType value);
}
member Impact : ImpactAnalysisType with get, set
function get Impact () : ImpactAnalysisType 
function set Impact (value : ImpactAnalysisType)

属性值

类型:Microsoft.AnalysisServices.ImpactAnalysisType
An ImpactAnalysisType value that the planned operation has on current Object.

请参阅

参考

ImpactDetail 类

Microsoft.AnalysisServices 命名空间