LinePosition 屬性

Gets or sets the line position where the exception occurred.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property LinePosition As Integer
    Get
    Set
'用途
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)

屬性值

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