Partager via


LinePosition propriété

Gets or sets the line position where the exception occurred.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property LinePosition As Integer
    Get
    Set
'Utilisation
Dim instance As XmlSerializationException
Dim value As Integer

value = instance.LinePosition

instance.LinePosition = value
public int LinePosition { get; set; }
public:
property int LinePosition {
    int get ();
    void set (int value);
}
member LinePosition : int with get, set
function get LinePosition () : int
function set LinePosition (value : int)

Valeur de la propriété

Type : System. . :: . .Int32
An Integer value with the line position where the exception occurred.