Share via


BreakpointInfo.FileLine 속성

Gets or sets the line within a file where the breakpoint is set.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Property FileLine As Integer 
    Get 
    Set
‘사용 방법
Dim instance As BreakpointInfo 
Dim value As Integer 

value = instance.FileLine

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

속성 값

유형: System.Int32
The line within a file where the breakpoint is set.

참고 항목

참조

BreakpointInfo 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스