Statistic Properties
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Name | Description | |
---|---|---|
![]() | Events | Gets the events that are associated with the database. |
![]() | ExecutionManager | Gets the object to execute to the manager.(Inherited from SqlSmoObject.) |
![]() | FileGroup | Gets or sets the filegroup in which the statistic counter is stored. |
![]() | FilterDefinition | Gets or sets the statistic counters filter definition. |
![]() | HasFilter | Gets a value that indicates whether there is a filter associated with the statistic counter. |
![]() | ID | Gets the ID value that uniquely identifies the statistic counter. |
![]() | IsAutoCreated | Gets the Boolean property value that specifies whether the statistic counter is automatically created. |
![]() | IsFromIndexCreation | Gets the Boolean property value that specifies whether the statistic counter was generated from the creation of an index. |
![]() | IsTemporary | Gets the Boolean property value that specifies whether the Statistic counter is temporary or permanent. |
![]() | LastUpdated | Gets the date and time when the statistic counter was last updated. |
![]() | Name | Gets or sets a String value that specifies the name of the statistic counter.(Overrides NamedSmoObject.Name.) |
![]() | NoAutomaticRecomputation | Gets or sets the Boolean property value that specifies whether the statistics counter recomputed automatically. |
![]() | Parent | Gets or sets the SqlSmoObject object that is the parent of the Statistic object. |
![]() | Properties | Gets a collection of Property objects that represent the object properties.(Inherited from SqlSmoObject.) |
![]() | State | Gets the state of the referenced object.(Inherited from SmoObjectBase.) |
![]() | StatisticColumns | Represents a collection of StatisticColumn objects. Each StatisticColumn object represents a column defined on the statistic counter. |
![]() | Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.(Inherited from SqlSmoObject.) |
![]() | UserData | Gets or sets user-defined data associated with the referenced object.(Inherited from SmoObjectBase.) |
Name | Description | |
---|---|---|
![]() ![]() | ISfcSupportsDesignMode.IsDesignMode | Gets a value that indicates whether the statistic supports design mode. |