QueryBase.CommandType 属性

Gets or sets the command type.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property CommandType As CommandTypes 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.CommandTypes
A ReportExpression object.

请参阅

参考

QueryBase 类

Microsoft.ReportingServices.RdlObjectModel 命名空间