BreakpointInfo.FileColumn Propiedad

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

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public Property FileColumn As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The character location.

Vea también

Referencia

BreakpointInfo Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger