ODBCConnection.CommandText プロパティ

定義

指定したデータ ソース用のコマンド文字列を返すか設定します。 読み取り/書き込み オブジェクト

public:
 property System::Object ^ CommandText { System::Object ^ get(); void set(System::Object ^ value); };
public object CommandText { get; set; }
Public Property CommandText As Object

プロパティ値

Object

注釈

SQL プロパティの代わりに プロパティをCommandText使用する必要があります。これは、主に以前のバージョンの Microsoft Excel との互換性のために存在します。 両方のプロパティを使用する CommandText 場合は、プロパティの値が優先されます。

プロパティは CommandType 、 プロパティの値を CommandText 記述します。

適用対象