Proprietà AdomdErrorLocation.StartLine

The first line on which the error was generated.

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

Sintassi

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

Valore proprietà

Tipo: System.Int32
An Integer representing the first line on which the error was generated.

Vedere anche

Riferimento

AdomdErrorLocation Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient