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.