ValidationError.FullErrorText 属性

Gets the full error text for this instance.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property FullErrorText As String 
    Get
用法
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

属性值

类型:System.String
The full error text.

请参阅

参考

ValidationError 类

Microsoft.AnalysisServices 命名空间