Proprietà Command
Used by the Report Manager or Report Builder to pass a database command to the IQueryDesigner when it is initialized.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Sintassi
'Dichiarazione
Property Command As IDbCommand
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.DataProcessing. . :: . .IDbCommand
An IDbCommand object.
Vedere anche