Compartilhar via


Propriedade do RDL QueryBase.CommandType

Gets or sets the command type.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property CommandType As CommandTypes 
    Get 
    Set
'Uso
Dim instance As QueryBase 
Dim value As CommandTypes 

value = instance.CommandType

instance.CommandType = value
public CommandTypes CommandType { get; set; }
public:
property CommandTypes CommandType {
    CommandTypes get ();
    void set (CommandTypes value);
}
member CommandType : CommandTypes with get, set
function get CommandType () : CommandTypes 
function set CommandType (value : CommandTypes)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.CommandTypes
A ReportExpression object.

Consulte também

Referência

QueryBase Classe

Namespace Microsoft.ReportingServices.RdlObjectModel