BreakpointInfo.FunctionName Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public string FunctionName { get; set; }
public:
property String^ FunctionName {
    String^ get();
    void set(String^ value);
}
member FunctionName : string with get, set
Public Property FunctionName As String

Property Value

Type: System.String

The name of the function containing the breakpoint.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top