Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the full error text for this instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property FullErrorText As String
Get
'Usage
Dim instance As ValidationError
Dim value As String
value = instance.FullErrorText
public string FullErrorText { get; }
public:
property String^ FullErrorText {
String^ get ();
}
member FullErrorText : string
function get FullErrorText () : String
Property Value
Type: System.String
The full error text.