Compartir a través de


AdomdErrorLocation.StartLine Propiedad

The first line on which the error was generated.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property StartLine As Integer 
    Get
'Uso
Dim instance As AdomdErrorLocation 
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
An Integer representing the first line on which the error was generated.

Vea también

Referencia

AdomdErrorLocation Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient