你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于