次の方法で共有


QueryBase.CommandType プロパティ

コマンドの種類を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property CommandType As CommandTypes 
    Get 
    Set
'使用
Dim instance As QueryBase 
Dim value As CommandTypes 

value = instance.CommandType

instance.CommandType = value
public CommandTypes CommandType { get; set; }
public:
property CommandTypes CommandType {
    CommandTypes get ();
    void set (CommandTypes value);
}
member CommandType : CommandTypes with get, set
function get CommandType () : CommandTypes 
function set CommandType (value : CommandTypes)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.CommandTypes
ReportExpression オブジェクト。

関連項目

参照

QueryBase クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間