FileColumn 属性

命名空间:  Microsoft.DataWarehouse.Interfaces.Debugger
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Public Property FileColumn As Integer
    Get
    Set
用法
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)

属性值

类型:System. . :: . .Int32