다음을 통해 공유


Command 속성

Used by the Report Manager or Report Builder to pass a database command to the IQueryDesigner when it is initialized.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners

구문

‘선언
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)