Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.