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.