다음을 통해 공유


GetAttributeFullStatistics 메서드

Returns the statistics for the specified attribute, including the statistics for each state of the attribute.

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

구문

‘선언
Public Function GetAttributeFullStatistics ( _
    attributeIndex As Integer _
) As AttributeStats
‘사용 방법
Dim instance As MiningModel
Dim attributeIndex As Integer
Dim returnValue As AttributeStats

returnValue = instance.GetAttributeFullStatistics(attributeIndex)
public AttributeStats GetAttributeFullStatistics(
    int attributeIndex
)
public:
AttributeStats GetAttributeFullStatistics(
    int attributeIndex
)
member GetAttributeFullStatistics : 
        attributeIndex:int -> AttributeStats 
public function GetAttributeFullStatistics(
    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.