次の方法で共有


QueryDefinition.CommandType プロパティ

定義

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

public:
 property System::String ^ CommandType { System::String ^ get(); void set(System::String ^ value); };
public string CommandType { get; set; }
member this.CommandType : string with get, set
Public Property CommandType As String

プロパティ値

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

適用対象