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.