Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property FileColumn As Integer
Get
Set
'Usage
Dim instance As BreakpointInfo
Dim value As Integer
value = instance.FileColumn
instance.FileColumn = value
public int FileColumn { get; set; }
public:
property int FileColumn {
int get ();
void set (int value);
}
member FileColumn : int with get, set
function get FileColumn () : int
function set FileColumn (value : int)
Property Value
Type: System.Int32
The character location.