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.