次の方法で共有


BDCAdapter.QueryAllowed プロパティ

定義

データ接続でクエリを実行できるかどうかを示す値を取得します。

public:
 property bool QueryAllowed { bool get(); };
public bool QueryAllowed { get; }
member this.QueryAllowed : bool
Public ReadOnly Property QueryAllowed As Boolean

プロパティ値

クエリが許可されている場合は true、それ以外の場合は false

適用対象