BreakpointInfo.FileLine Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public int FileLine { get; set; }
public:
property int FileLine {
    int get();
    void set(int value);
}
member FileLine : int with get, set
Public Property FileLine As Integer

Property Value

Type: System.Int32

The line within a file where the breakpoint is set.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top