Share via


StatisticsType Enumeration

Indicates the type of the statistics.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Enumeration StatisticsType
'Usage
Dim instance As StatisticsType
public enum StatisticsType
public enum class StatisticsType
type StatisticsType
public enum StatisticsType

Members

Member name Description
Auto Indicates that the statistics object is created automatically by SQL Server.
Explicit Indicates that the statistics object is created explicitly.
ImplicitViaIndex Indicates that the statistics object is created implicitly as part of index creation.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace