ToolsMenuItemBase.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the object type to act upon.

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

Syntax

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

Property Value

Type: System.String

Returns a string that represents the object type to act upon.

See Also

ToolsMenuItemBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top