Partager via


Propriété CommandType

The command type.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property CommandType As CommandTypes
    Get
    Set
'Utilisation
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)