다음을 통해 공유


Command.Text 속성

Gets or sets a command text for a batch.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Text As String 
    Get 
    Set
‘사용 방법
Dim instance As Command 
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
A string text with the batch command.

참고 항목

참조

Command 클래스

Microsoft.AnalysisServices 네임스페이스