MenuCommandEx.Text 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the text property of the MenuCommandEx object.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Public Property Text As String 
    Get 
    Set
用法
Dim instance As MenuCommandEx 
Dim value As String 

value = instance.Text

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

属性值

类型:System.String
The text property of the MenuCommandExobject.

请参阅

参考

MenuCommandEx 类

Microsoft.DataWarehouse.Interfaces 命名空间