Share via


BreakpointInfo.FileColumn Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.Int32

The character location.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top