次の方法で共有


QueryDefinition.CommandType プロパティ

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

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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 クラス

ReportService2005 名前空間