Command プロパティ
Business Intelligence Development Studio のレポート デザイナーで、初期化時にデータベース コマンドを IQueryDesigner に渡すために使用されます。
名前空間: 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
IDbCommand オブジェクト。