ImpactDetail.Impact Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public ImpactAnalysisType Impact { get; set; }
public:
property ImpactAnalysisType Impact {
    ImpactAnalysisType get();
    void set(ImpactAnalysisType value);
}
member Impact : ImpactAnalysisType with get, set
Public Property Impact As ImpactAnalysisType

Property Value

Type: Microsoft.AnalysisServices.ImpactAnalysisType

An ImpactAnalysisType value that the planned operation has on current Object.

See Also

ImpactDetail Class
Microsoft.AnalysisServices Namespace

Return to top