GetAttributeSimpleStatistics 메서드
Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Function GetAttributeSimpleStatistics ( _
attributeIndex As Integer _
) As AttributeStats
‘사용 방법
Dim instance As MiningModel
Dim attributeIndex As Integer
Dim returnValue As AttributeStats
returnValue = instance.GetAttributeSimpleStatistics(attributeIndex)
public AttributeStats GetAttributeSimpleStatistics(
int attributeIndex
)
public:
AttributeStats GetAttributeSimpleStatistics(
int attributeIndex
)
member GetAttributeSimpleStatistics :
attributeIndex:int -> AttributeStats
public function GetAttributeSimpleStatistics(
attributeIndex : int
) : AttributeStats
매개 변수
- attributeIndex
유형: System. . :: . .Int32
The attribute identifier for which to retrieve statistics.
반환 값
유형: Microsoft.AnalysisServices.AdomdServer. . :: . .AttributeStats
An AttributeStats that contains the attribute statistics for the specified attribute.