ToolsMenuItemBase.Assembly 속성

Gets or sets the assembly of the menu item.

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

구문

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

value = instance.Assembly

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

속성 값

유형: System.String
A string that represents the assembly of the menu item.

참고 항목

참조

ToolsMenuItemBase 클래스

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