共用方式為


IQueryDesigner.Command 屬性

Used by the Report Designer in Business Intelligence Development Studio to pass a database command to the IQueryDesigner when it is initialized.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:  Microsoft.ReportingServices.QueryDesigners (在 Microsoft.ReportingServices.QueryDesigners.dll 中)

語法

'宣告
Property Command As IDbCommand 
    Get 
    Set
'用途
Dim instance As IQueryDesigner 
Dim value As IDbCommand 

value = instance.Command

instance.Command = value
IDbCommand Command { get; set; }
property IDbCommand^ Command {
    IDbCommand^ get ();
    void set (IDbCommand^ value);
}
abstract Command : IDbCommand with get, set
function get Command () : IDbCommand 
function set Command (value : IDbCommand)

屬性值

型別:Microsoft.ReportingServices.DataProcessing.IDbCommand
An IDbCommand object.

請參閱

參考

IQueryDesigner 介面

Microsoft.ReportingServices.Interfaces 命名空間