Compartir a través de


QueryBase.CommandType Propiedad

Gets or sets the command type.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

QueryBase Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel