ISqlStatistic 介面
模型化統計資料。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISqlStatistic _
Inherits IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, _
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlStatistic : IModelNamed,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
public interface class ISqlStatistic : IModelNamed,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
type ISqlStatistic =
interface
interface IModelNamed
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISqlStatistic extends IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISqlStatistic 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Columns | 取得構成統計資料之資料行的清單。 | |
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
NoRecompute | 取得或設定模型化 NORECOMPUTE 選項的值。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SampleSize | 取得或設定樣本的大小。 | |
SamplingStyle | 取得或設定取樣樣式,例如資料列的百分比或絕對值。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
Subject | 取得或設定統計資料的主旨。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首