Propriedade do RDL Command.Text
Gets or sets a command text for a batch.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string text with the batch command.