Condividi tramite


Proprietà XmlaMessageLocation.EndLine

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EndLine As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

XmlaMessageLocation Classe

Spazio dei nomi Microsoft.AnalysisServices