다음을 통해 공유


LinePosition 속성

Gets or sets the line position where the exception occurred.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.