QueryDefinition.CommandText Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the query text that is executed in order to obtain the report data.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string CommandText { get; set; }
public:
property String^ CommandText {
    String^ get();
    void set(String^ value);
}
member CommandText : string with get, set
Public Property CommandText As String

Property Value

Type: System.String

A String value.

See Also

QueryDefinition Class
ReportService2005 Namespace

Return to top