SqlConnection.StatisticsEnabled 属性

定义

如果设置为 true,则对当前连接启用统计信息收集。

public:
 property bool StatisticsEnabled { bool get(); void set(bool value); };
public bool StatisticsEnabled { get; set; }
member this.StatisticsEnabled : bool with get, set
Public Property StatisticsEnabled As Boolean

属性值

如果启用了统计信息收集,则返回 true;否则返回 falsefalse 为默认值。

注解

启用统计信息收集对性能的影响较小,但影响可衡量,因此应仅在需要时才启用。

适用于

另请参阅