ToolsMenuItemBase.Mode 속성

Gets or sets the mode that is associated with the menu item.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

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

value = instance.Mode

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

속성 값

유형: System.String
A string that represents the mode that is associated with the menu item.

참고 항목

참조

ToolsMenuItemBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스