Propriedade do RDL ValidationError.ErrorText
Gets or sets the error text for this instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property ErrorText As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The error text for this instance.