ValidationResult.Description Property

 

Applies To: SQL Server (starting with 2016)

Gets either a ValidationRule.Description or a similar text with parameters.

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

Syntax

public string Description { get; }
public:
property String^ Description {
    String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String

Property Value

Type: System.String

The ValidationRule.Description or a similar text with parameters.

See Also

ValidationResult Class
Microsoft.AnalysisServices Namespace

Return to top