Compartilhar via


Classe MiningStructureColumnContents

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.MiningStructureColumnContents

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningStructureColumnContents
'Uso
public static class MiningStructureColumnContents
public ref class MiningStructureColumnContents abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnContents =  class end
public final class MiningStructureColumnContents

O tipo MiningStructureColumnContents expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade públicaMembro estático KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
Propriedade públicaMembro estático KeyStandardContents Gets the content type for a key column.

Início

Métodos

  Nome Descrição
Método públicoMembro estático GetStandardContents Gets the content type for a non-key column.

Início

Campos

  Nome Descrição
Campo públicoMembro estático Continuous Indicates that the column values represent continuous numeric data.
Campo públicoMembro estático Cyclical Indicates that the column values represent a cyclical ordered set.
Campo públicoMembro estático Discrete Indicates that the column values are discrete values.
Campo públicoMembro estático 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.
Campo públicoMembro estático Key Indicates that the column values represent a unique key.
Campo públicoMembro estático KeySequence Indicates that the column values are unique keys that represent a sequence of events.
Campo públicoMembro estático KeyTime Indicates that the column values are unique keys that represent an ordered time scale.
Campo públicoMembro estático Ordered Indicates that the column values define an ordered set.
Campo públicoMembro estático Probability Indicates that the column values represent probabilities.
Campo públicoMembro estático ProbabilityStdDev Indicates that the column values represent the standard deviation of the probability values.
Campo públicoMembro estático ProbabilityVariance Indicates that the column values represent the variance of the probability values.
Campo públicoMembro estático StdDev Indicates that the column values represent standard deviation.
Campo públicoMembro estático Support Indicates that the column values represents the amount of support.
Campo públicoMembro estático Variance Indicates that the column values represent variance.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices