Свойство 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.