Поделиться через


Свойство 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.