BreakpointInfo.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the breakpoint.

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

Syntax

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

Property Value

Type: System.String

The name of the breakpoint.

See Also

BreakpointInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top