Compartilhar via


Propriedade do RDL XmlaMessageLocation.StartLine

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

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

Sintaxe

'Declaração
Public ReadOnly Property StartLine As Integer 
    Get
'Uso
Dim instance As XmlaMessageLocation 
Dim value As Integer 

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

Valor da propriedade

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

Consulte também

Referência

XmlaMessageLocation Classe

Namespace Microsoft.AnalysisServices