Share via


IStatistics.Type Property

Gets the StatisticsType value that indicates type of statistics object.

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

Syntax

'Declaration
ReadOnly Property Type As StatisticsType 
    Get
'Usage
Dim instance As IStatistics 
Dim value As StatisticsType 

value = instance.Type
StatisticsType Type { get; }
property StatisticsType Type {
    StatisticsType get ();
}
abstract Type : StatisticsType
function get Type () : StatisticsType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.StatisticsType
A value that indicates type of statistics object.

See Also

Reference

IStatistics Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace