共用方式為


XmlaMessageLocation 類別

Represents the location of the XMLA message.

繼承階層

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'用途
Dim instance As XmlaMessageLocation
[SerializableAttribute]
public sealed class XmlaMessageLocation
[SerializableAttribute]
public ref class XmlaMessageLocation sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaMessageLocation =  class end
public final class XmlaMessageLocation

XmlaMessageLocation 型別公開下列成員。

屬性

  名稱 說明
公用屬性 DependsOnObject Gets the object on which the SourceObject depends in the case of a dependency error.
公用屬性 EndColumn Gets the column number that indicates the ending point of the message.
公用屬性 EndLine Gets the line number that indicates the ending point of the message.
公用屬性 LineOffset Gets the number of characters from the beginning of the stream to the beginning of the Start line.
公用屬性 RowNumber Gets the number of rows in which the error occurred is provided.
公用屬性 SourceObject Gets the object that has the error.
公用屬性 StartColumn Gets the column number that indicates the starting point of the message.
公用屬性 StartLine Gets the line number that indicates the starting point of the message.
公用屬性 TextLength Gets the number of characters in the message location, between Start and End.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間