ValidationError.FullErrorText Property

 

Applies To: SQL Server (starting with 2016)

Gets the full error text for this instance.

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

Syntax

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

Property Value

Type: System.String

The full error text.

See Also

ValidationError Class
Microsoft.AnalysisServices Namespace

Return to top