AttributeStats 구조

Represents the statistics for a single attribute.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Structure AttributeStats
‘사용 방법
Dim instance As AttributeStats
public struct AttributeStats
public value class AttributeStats
[<SealedAttribute>]
type AttributeStats =  struct end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.

AttributeStats 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Equals (ValueType에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (ValueType에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (ValueType에서 상속됨)

맨 위로 이동

필드

  이름 설명
공용 필드 Attribute Represents the index for the associated attribute.
공용 필드 ExistingAdjustedProbability Represents the existing adjusted probability for the attribute.
공용 필드 ExistingProbability Represents the existing probability for the attribute.
공용 필드 ExistingSupport Represents the existing support for the attribute.
공용 필드 Max Represents the maximum for the attribute.
공용 필드 Min Represents the minimum for the attribute.
공용 필드 States Represents the number of state statistics for the attribute.
공용 필드 StateStatistics Represents an array of state statistics for each state of the attribute.

맨 위로 이동

주의

To determine the attribute to which the AttributeStats is associated, use the Attribute property.

스레드 보안

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