Compartir a través de


Command.Text Propiedad

Gets or sets a command text for a batch.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Text As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A string text with the batch command.

Vea también

Referencia

Command Clase

Espacio de nombres Microsoft.AnalysisServices