Propriété AdomdErrorLocation.StartLine
The first line on which the error was generated.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StartLine As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
An Integer representing the first line on which the error was generated.