TmdlFormatException 类

定义

重要提示:TMDL 仍处于预览状态,API 图面在正式发布之前可能仍有待修改!

   Represents an exception that is raised when a failure in parsing a TMDL document is caused by invalid format.
[System.Serializable]
public sealed class TmdlFormatException : Microsoft.AnalysisServices.Tabular.TomException
[<System.Serializable>]
type TmdlFormatException = class
    inherit TomException
Public NotInheritable Class TmdlFormatException
Inherits TomException
继承
TmdlFormatException
属性

属性

Document

重要提示:TMDL 仍处于预览状态,API 图面在正式发布之前可能仍有待修改!

获取分析失败的主题的文档。

HasDocumentSourceInfo

重要提示:TMDL 仍处于预览状态,API 图面在正式发布之前可能仍有待修改!

获取一个值,该值指示异常是否可以返回有关相关 TMDL 源的信息。

Line

获取文档中导致分析失败的行号。

LineText

重要提示:TMDL 仍处于预览状态,API 图面在正式发布之前可能仍有待修改!

获取文档中导致分析失败的行的文本。

方法

GetObjectData(SerializationInfo, StreamingContext)

重要提示:TMDL 仍处于预览状态,API 图面在正式发布之前可能仍有待修改!

   Represents an exception that is raised when a failure in parsing a TMDL document is caused by invalid format.

适用于