Classe MiningStructureColumnContents

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

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.MiningStructureColumnContents

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningStructureColumnContents
'Utilisation
public static class MiningStructureColumnContents
public ref class MiningStructureColumnContents abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MiningStructureColumnContents =  class end
public final class MiningStructureColumnContents

Le type MiningStructureColumnContents expose les membres suivants.

Propriétés

  Nom Description
Propriété publiqueMembre statique KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
Propriété publiqueMembre statique KeyStandardContents Gets the content type for a key column.

Haut de la page

Méthodes

  Nom Description
Méthode publiqueMembre statique GetStandardContents Gets the content type for a non-key column.

Haut de la page

Champs

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

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices