Właściwość IQueryDesigner.Command
Używany przez Projektant raportów w Business Intelligence Development Studio do przekazywania polecenie Baza danych, aby IQueryDesigner po zainicjowaniu.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestaw: Microsoft.ReportingServices.QueryDesigners (w Microsoft.ReportingServices.QueryDesigners.dll)
Składnia
'Deklaracja
Property Command As IDbCommand
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.DataProcessing.IDbCommand
IDbCommand Obiektu.
Zobacz także