Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the location of the XMLA message.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.XmlaMessageLocation
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Utilisation
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
Le type XmlaMessageLocation expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)