다음을 통해 공유


Text 속성

Gets or sets a command text for a batch.

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

구문

‘선언
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.