Propriedade do RDL EndLine
The last line on which the error was generated.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property EndLine As Integer
Get
'Uso
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.EndLine
public int EndLine { get; }
public:
property int EndLine {
int get ();
}
member EndLine : int
function get EndLine () : int
Valor da propriedade
Tipo: System. . :: . .Int32
An Integer representing the last line on which the error was generated.
Consulte também