Share via


BreakpointInfo.FunctionName 속성

Gets or sets the name of the function containing the breakpoint.

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Property FunctionName As String 
    Get 
    Set
‘사용 방법
Dim instance As BreakpointInfo 
Dim value As String 

value = instance.FunctionName

instance.FunctionName = value
public string FunctionName { get; set; }
public:
property String^ FunctionName {
    String^ get ();
    void set (String^ value);
}
member FunctionName : string with get, set
function get FunctionName () : String 
function set FunctionName (value : String)

속성 값

유형: System.String
The name of the function containing the breakpoint.

참고 항목

참조

BreakpointInfo 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스