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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.