Compartilhar via


Propriedade do RDL XmlaMessageLocation.EndLine

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property EndLine As Integer 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices