共用方式為


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 命名空間