IMenuItem.Name Property

 

Applies To: SQL Server 2016 Preview

Gets the name of the command.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String

Property Value

Type: System.String

A string that represents the name of the command.

See Also

IMenuItem Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top