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 네임스페이스