ExecutionOptions.Streaming 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Queries are now streaming by default unless a retrying ExecutionStrategy is used. This property no longer returns an accurate value.
查询是流式处理还是缓冲查询。
[System.Obsolete("Queries are now streaming by default unless a retrying ExecutionStrategy is used. This property no longer returns an accurate value.")]
public bool Streaming { get; }
member this.Streaming : bool
Public ReadOnly Property Streaming As Boolean
属性值
- 属性