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 네임스페이스