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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。