This topic has not yet been rated - Rate this topic

IMutableStatistics Interface

SQL Server 2012

Represents a SQL Server statistics object.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public interface IMutableStatistics : IStatistics, 
	IMutableMetadataObject, IMetadataObject

The IMutableStatistics type exposes the following members.

  NameDescription
Public propertyColumnsGets or sets the collection of columns that are participating in the statistics.
Public propertyFilterDefinitionGets or sets the index filter definition text.
Public propertyNameGets the name of the metadata object. (Inherited from IMetadataObject.)
Public propertyNoAutomaticRecomputationGets or sets a value that indicates whether statistics are regenerated when the index is created.
Public propertyParentGets or sets the ITabular object that is the parent of this object.
Public propertyTypeGets or sets the StatisticsType value that indicates type of statistics object.
Top
  NameDescription
Public methodAccept<T>Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.