共用方式為


MiningModel.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.

請參閱

參考

MiningModel 類別

Microsoft.AnalysisServices.AdomdServer 命名空間