ValidationError.ErrorText 屬性
Gets or sets the error text for this instance.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property ErrorText As String
Get
Set
'用途
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)
屬性值
型別:System.String
The error text for this instance.