ValidationError.ErrorText Property
Applies To: SQL Server (starting with 2016)
Gets or sets the error text for this instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public string ErrorText { get; set; }
public:
property String^ ErrorText {
String^ get();
void set(String^ value);
}
member ErrorText : string with get, set
Public Property ErrorText As String
Property Value
Type: System.String
The error text for this instance.
See Also
ValidationError Class
Microsoft.AnalysisServices Namespace
Return to top