CommandType プロパティ
クエリのコマンドの種類を取得または設定します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.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 値です。