IQueryDesigner.Command 属性

定义

由 Business Intelligence Development Studio 中的报表设计器用于在其初始化时将数据库命令传递到 IQueryDesigner

public:
 property Microsoft::ReportingServices::DataProcessing::IDbCommand ^ Command { Microsoft::ReportingServices::DataProcessing::IDbCommand ^ get(); void set(Microsoft::ReportingServices::DataProcessing::IDbCommand ^ value); };
public Microsoft.ReportingServices.DataProcessing.IDbCommand Command { get; set; }
member this.Command : Microsoft.ReportingServices.DataProcessing.IDbCommand with get, set
Public Property Command As IDbCommand

属性值

一个 IDbCommand 对象。

适用于