Поделиться через


Класс 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.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник