Freigeben über


MiningStructureColumnContents-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.MiningStructureColumnContents

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

Syntax

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

Der MiningStructureColumnContents-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element KeyHoldoutContents Gets the cache that contains the keys of records used in the holdout data set.
Öffentliche EigenschaftStatisches Element KeyStandardContents Gets the content type for a key column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatisches Element GetStandardContents Gets the content type for a non-key column.

Zum Anfang

Felder

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

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace