ImpactDetail.Impact Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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