ImpactDetail.Description Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the error or warning message description from the impact analysis operation.

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

Syntax

public string Description { get; set; }
public:
property String^ Description {
    String^ get();
    void set(String^ value);
}
member Description : string with get, set
Public Property Description As String

Property Value

Type: System.String

A system.string with the error or warning message description from the impact analysis operation.

See Also

ImpactDetail Class
Microsoft.AnalysisServices Namespace

Return to top