对统计信息建模。
命名空间: Microsoft.Data.Schema.Sql.SchemaModel
程序集: Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql100Statistic _
Inherits ISql90Statistic, ISqlStatistic, IModelNamed, ISqlModelElement, _
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100Statistic : ISql90Statistic,
ISqlStatistic, IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql100Statistic : ISql90Statistic,
ISqlStatistic, IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql100Statistic =
interface
interface ISql90Statistic
interface ISqlStatistic
interface IModelNamed
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql100Statistic extends ISql90Statistic, ISqlStatistic, IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql100Statistic 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Columns | 获取分配给统计信息的列的列表。 (继承自 ISqlStatistic。) |
![]() |
ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) |
![]() |
ExpressionDependencies | 获取筛选器谓词引用的对象的列表。 |
![]() |
FilterPredicate | 获取或设置用于确定是否在统计信息中包含行的脚本。 |
![]() |
Model | 获取模型引用。 (继承自 IModelEntity。) |
![]() |
Name | 获取或设置元素的名称。 (继承自 IModelElement。) |
![]() |
NoRecompute | 获取或设置一个对 NORECOMPUTE 选项建模的值。 (继承自 ISqlStatistic。) |
![]() |
PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) |
![]() |
ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) |
![]() |
SampleSize | 获取或设置示例的大小。 (继承自 ISqlStatistic。) |
![]() |
SamplingStyle | 获取或设置采样样式,如百分比或绝对行数。 (继承自 ISqlStatistic。) |
![]() |
SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) |
![]() |
SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) |
![]() |
StatsStream | 此属性仅供内部使用,不应通过代码修改。 (继承自 ISql90Statistic。) |
![]() |
Subject | 获取或设置统计信息的主题。 (继承自 ISqlStatistic。) |
![]() |
ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) |
页首
方法
页首