共用方式為


MiningStructureColumnContents 類別

Represents information about the contents of a mining structure column. This class cannot be inherited.

繼承階層

System. . :: . .Object
  Microsoft.AnalysisServices..::..MiningStructureColumnContents

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public NotInheritable Class MiningStructureColumnContents
'用途
public static class MiningStructureColumnContents
public ref class MiningStructureColumnContents abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnContents =  class end
public final class MiningStructureColumnContents

MiningStructureColumnContents 型別公開下列成員。

屬性

  名稱 說明
公用屬性靜態成員 KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
公用屬性靜態成員 KeyStandardContents Gets the content type for a key column.

上層

方法

  名稱 說明
公用方法靜態成員 GetStandardContents Gets the content type for a non-key column.

上層

欄位

  名稱 說明
公用欄位靜態成員 Continuous Indicates that the column values represent continuous numeric data.
公用欄位靜態成員 Cyclical Indicates that the column values represent a cyclical ordered set.
公用欄位靜態成員 Discrete Indicates that the column values are discrete values.
公用欄位靜態成員 Discretized Indicates that the column values represent groups, or buckets, of values that are derived from a continuous column. The buckets are treated as ordered and discrete values.
公用欄位靜態成員 Key Indicates that the column values represent a unique key.
公用欄位靜態成員 KeySequence Indicates that the column values are unique keys that represent a sequence of events.
公用欄位靜態成員 KeyTime Indicates that the column values are unique keys that represent an ordered time scale.
公用欄位靜態成員 Ordered Indicates that the column values define an ordered set.
公用欄位靜態成員 Probability Indicates that the column values represent probabilities.
公用欄位靜態成員 ProbabilityStdDev Indicates that the column values represent the standard deviation of the probability values.
公用欄位靜態成員 ProbabilityVariance Indicates that the column values represent the variance of the probability values.
公用欄位靜態成員 StdDev Indicates that the column values represent standard deviation.
公用欄位靜態成員 Support Indicates that the column values represents the amount of support.
公用欄位靜態成員 Variance Indicates that the column values represent variance.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。