次の方法で共有


QueryDefinition.CommandType プロパティ

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

名前空間:  ReportService2010
アセンブリ:  ReportService2010 (ReportService2010.dll)

構文

'宣言
Public Property CommandType As String 
    Get 
    Set
'使用
Dim instance As QueryDefinition 
Dim value As String 

value = instance.CommandType

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

プロパティ値

型: System.String
クエリのコマンドの種類を表す String 値です。

関連項目

参照

QueryDefinition クラス

ReportService2010 名前空間