Partager via


Propriété MenuCommandEx.Text

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the text property of the MenuCommandEx object.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Property Text As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The text property of the MenuCommandExobject.

Voir aussi

Référence

MenuCommandEx Classe

Espace de noms Microsoft.DataWarehouse.Interfaces