QueryDefinition.CommandType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of query.

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

Syntax

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

Property Value

Type: System.String

A String value.

See Also

QueryDefinition Class
ReportService2005 Namespace

Return to top