共用方式為


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

請參閱

參考

MiningModel 類別

Microsoft.AnalysisServices.AdomdServer 命名空間