Condividi tramite


Classe MiningStructureColumnContents

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.MiningStructureColumnContents

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MiningStructureColumnContents
'Utilizzo
public static class MiningStructureColumnContents
public ref class MiningStructureColumnContents abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnContents =  class end
public final class MiningStructureColumnContents

Nel tipo MiningStructureColumnContents sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblicaMembro statico KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
Proprietà pubblicaMembro statico KeyStandardContents Gets the content type for a key column.

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico GetStandardContents Gets the content type for a non-key column.

In alto

Campi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices