IStatistics Interface

Represents a SQL Server statistics object.

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

Syntax

'Declaration
Public Interface IStatistics _
    Inherits IMetadataObject
'Usage
Dim instance As IStatistics
public interface IStatistics : IMetadataObject
public interface class IStatistics : IMetadataObject
type IStatistics =  
    interface 
        interface IMetadataObject 
    end
public interface IStatistics extends IMetadataObject

The IStatistics type exposes the following members.

Properties

  Name Description
Public property Columns Gets the collection of columns that are participating in the statistics.
Public property FilterDefinition Gets the index filter definition text.
Public property Name Gets the name of the metadata object. (Inherited from IMetadataObject.)
Public property NoAutomaticRecomputation Gets a value that indicates whether statistics are regenerated when the index is created.
Public property Parent Gets the ITabular object that is the parent of this object.
Public property Type Gets the StatisticsType value that indicates type of statistics object.

Top

Methods

  Name Description
Public method Accept<T> Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace