Command.Text Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a command text for a batch.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public string Text { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ Text {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Text : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Text As String

Property Value

Type: System.String

A string text with the batch command.

See Also

Command Class
Microsoft.AnalysisServices Namespace

Return to top