IQueryDesigner.Command Propiedad

Definición

Lo usa el Diseñador de informes de Business Intelligence Development Studio para pasar un comando de base de datos al objeto IQueryDesigner cuando se inicializa.

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

Valor de propiedad

Objeto IDbCommand.

Se aplica a