IQueryDesigner.Command Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the Report Designer in Business Intelligence Development Studio to pass a database command to the IQueryDesigner when it is initialized.
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
Property Value
An IDbCommand object.