次の方法で共有


QueryPlanGenerationMode 列挙型

定義

public enum QueryPlanGenerationMode
type QueryPlanGenerationMode = 
Public Enum QueryPlanGenerationMode
継承
QueryPlanGenerationMode

フィールド

DefaultWindowsX64NativeWithFallbackToGateway 0

SDK は、ServiceInterop とフォールバックの環境と可用性を自動検出して、クエリ プランを HTTP 要求として解決します

GatewayOnly 2

SDK は常にゲートウェイに移動してクエリ プランを取得します。

WindowsX64NativeOnly 1

SDK では、ローカルの ServiceInterop のみを使用してクエリ プランが生成されます。 ローカル ServiceInterop は、x64 で実行されているアプリケーションを使用する Windows でのみ機能します

適用対象