Share via


Propriété FileColumn

Espace de noms :  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Property FileColumn As Integer
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Int32