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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스