Proprietà XmlaMessageLocation.StartLine
Gets the line number that indicates the starting point of the message.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property StartLine As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
The line number that indicates the starting point of the message.