Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the error text for this instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ErrorText As String
Get
Set
'Usage
Dim instance As ValidationError
Dim value As String
value = instance.ErrorText
instance.ErrorText = value
public string ErrorText { get; set; }
public:
property String^ ErrorText {
String^ get ();
void set (String^ value);
}
member ErrorText : string with get, set
function get ErrorText () : String
function set ErrorText (value : String)
Property Value
Type: System.String
The error text for this instance.