XmlaMessageLocation.StartLine Propiedad
Gets the line number that indicates the starting point of the message.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
The line number that indicates the starting point of the message.