Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the line number where the exception occurred.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property LineNumber As Integer
Get
Set
'Uso
Dim instance As XmlSerializationException
Dim value As Integer
value = instance.LineNumber
instance.LineNumber = value
public int LineNumber { get; set; }
public:
property int LineNumber {
int get ();
void set (int value);
}
member LineNumber : int with get, set
function get LineNumber () : int
function set LineNumber (value : int)
Valor de la propiedad
Tipo: System.Int32
An Integer value with the line number where the exception occurred.