GetAttributeFullStatistics 메서드
Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
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.