Partager via


Propriété XmlaMessageLocation.EndLine

Gets the line number that indicates the ending point of the message.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndLine As Integer 
    Get
'Utilisation
Dim instance As XmlaMessageLocation 
Dim value As Integer 

value = instance.EndLine
public int EndLine { get; }
public:
property int EndLine {
    int get ();
}
member EndLine : int
function get EndLine () : int

Valeur de propriété

Type : System.Int32
The line number that indicates the ending point of the message.

Voir aussi

Référence

XmlaMessageLocation Classe

Espace de noms Microsoft.AnalysisServices